Search found 2 matches
- Mon Dec 17, 2007 3:55 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10194 - Football (aka Soccer)
- Replies: 120
- Views: 42368
Need help
I've submitted for more than 10 times for this problem, anyone could help me to look at the code? #include <iostream> #include <string> #include <vector> #include <cctype> #include <cstdlib> #include <algorithm> using namespace std; typedef struct{ string name; int b; int c; int d; int e; int f; int...
- Tue Dec 11, 2007 10:28 am
- Forum: Volume 101 (10100-10199)
- Topic: 10142 - Australian Voting
- Replies: 82
- Views: 33237
WA, depressed.
Hi, I've read all the threads for this problem and tried all the test cases. But I just can't find the bug. Can anybody help me figure it out? /*if a candidate is elminated, the choices is updated by set the candidate number to 0*/ #include <iostream> #include <vector> #include <string> #include <cs...