We have worked on this problem in a group and have come up with few completely different solutions. All the codes that get through in time get Wrong Answer, we have tried searching for some special cases, but everything is handled as it should be.
Could anyone provide some test data/special cases ...
Search found 5 matches
- Thu Aug 19, 2004 12:39 pm
- Forum: Volume 7 (700-799)
- Topic: 777 - Codebreakers
- Replies: 1
- Views: 2220
- Mon Jul 19, 2004 12:48 pm
- Forum: Other words
- Topic: CEOI 2004
- Replies: 0
- Views: 967
- Tue Jun 29, 2004 7:33 pm
- Forum: Volume 106 (10600-10699)
- Topic: 10656 - Maximum Sum (II)
- Replies: 52
- Views: 23555
- Mon Jun 28, 2004 3:52 pm
- Forum: Volume 106 (10600-10699)
- Topic: 10656 - Maximum Sum (II)
- Replies: 52
- Views: 23555
I am also trying to solve this problem, but get WA always, I get the same output for given input in example and for yours.
Some more input:
and my output:
Some more input:
Code: Select all
5
-1
10
-5
10
1
1
1
8
2
1
-1
1
-5
1
2
0
9
1
1
1
0
-10
0
0
2
1
0
Code: Select all
10 -5 10 1
1
2 1
2 1
- Mon Jun 14, 2004 8:03 am
- Forum: Other words
- Topic: online judge disk space
- Replies: 1
- Views: 1074
online judge disk space
I am just wondering how much disk space does the onlinejudge database need since it stores that much informationa together with at least every AC source?