Search found 1 match
- Wed Dec 01, 2004 11:11 am
- Forum: Volume 101 (10100-10199)
- Topic: 10142 - Australian Voting
- Replies: 82
- Views: 43810
10142 problems
There were several 10142 threads, so I picked the most recent one. My code passes my own test cases and all the test cases that have been posted in previous threads, but I still get WA. Thanks for looking. [c] #include <stdio.h> #include <stdlib.h> #include <string.h> typedef enum { false=0, true } ...