Search found 1 match

by pcp190
Sat Aug 08, 2009 11:47 pm
Forum: Volume 103 (10300-10399)
Topic: 10374 - Election
Replies: 44
Views: 23345

Re: 10374 - Election

I was working on this problem and I keep getting WA. I took care of the potential trailing spaces and everything. Does anybody have any ideas about this code?

#include <iostream>
#include <string>
#include <cctype>
using namespace std;

struct Candid
{
string name, party;
int number;
};

int ...

Go to advanced search