Search found 2 matches

by roman_10
Mon Dec 17, 2007 3:55 pm
Forum: Volume 101 (10100-10199)
Topic: 10194 - Football (aka Soccer)
Replies: 121
Views: 64794

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 ...
by roman_10
Tue Dec 11, 2007 10:28 am
Forum: Volume 101 (10100-10199)
Topic: 10142 - Australian Voting
Replies: 82
Views: 46020

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 ...

Go to advanced search