Search found 1 match

by cyberjag
Sat Apr 01, 2006 7:40 pm
Forum: Volume 101 (10100-10199)
Topic: 10137 - The Trip
Replies: 159
Views: 70304

10137

I dont know why I'm getting WA for this.


import java.text.DecimalFormat;

/*
* The Trip
*/
class Main {

/**
* Read a string from the console. The string is terminated by a newline
*
* @return the input string (without the newline)
*/
String readString() {
String delim = "\n";
char c ...

Go to advanced search