Problem | ballot |
---|---|
User | PaxyPanda |
Submission Time | 2023-11-14 10:20:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ballot.cpp: In function ‘int main()’:
ballot.cpp:17:2: error: expected ‘,’ or ‘;’ before ‘for’
17 | for(int i = 0; i < c; i++){ //for c elements
| ^~~
ballot.cpp:17:17: error: ‘i’ was not declared in this scope
17 | for(int i = 0; i < c; i++){ //for c elements
| ^