Search found 2 matches
- Sat Nov 29, 2014 4:06 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10142 - Australian Voting
- Replies: 82
- Views: 46317
Re: 10142 - Australian Voting
I've managed to find my error! Thanks!
- Fri Nov 28, 2014 5:30 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10142 - Australian Voting
- Replies: 82
- Views: 46317
Re: 10142 - Australian Voting
Hello!
I got AC at the programming challenges website, but not at UVA.
Could somebody help me please?
This is my code:
#include <bits/stdc++.h>
using namespace std;
int main() {
int TC;
cin >> TC;
cin.ignore();
for (int c = 0; c < TC; c++) {
if (c) cout << endl;
int numCandidates ...
I got AC at the programming challenges website, but not at UVA.
Could somebody help me please?
This is my code:
#include <bits/stdc++.h>
using namespace std;
int main() {
int TC;
cin >> TC;
cin.ignore();
for (int c = 0; c < TC; c++) {
if (c) cout << endl;
int numCandidates ...