Search found 1 match

by tom
Tue Sep 14, 2004 3:21 pm
Forum: Volume 101 (10100-10199)
Topic: 10142 - Australian Voting
Replies: 82
Views: 45774

10142 - Australian Voting, WA, Need test cases

So far, all test cases found in earlier threads pass and my own pass, but the judge gives me a "Wrong answer" :( . If anyone can post some further test cases, it will greatly appreciated !

Here the code:
[cpp]
#define DEBUG 0

const int NameMaxLen=82;
const int MaxCanditates=20;
char names ...

Go to advanced search