Search found 1 match

by namanh
Fri Mar 23, 2007 9:14 pm
Forum: Volume 1 (100-199)
Topic: 108 - Maximum Sum
Replies: 233
Views: 52134

108 - WA ??? Need help !!!

Here's my code in Java. I have tried all test that i found on this forum, and the result is correct in all case. But i still got WA.
Anybody know why ?


import java.util.*;
import java.io.*;

class Main {
static void main(String[] args) {
String input = ReadLn(255);

StringTokenizer idata ...

Go to advanced search