Problem | ballot |
---|---|
User | ryansoh |
Submission Time | 2023-07-25 22:36:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ballot.cpp: In function ‘int main()’:
ballot.cpp:30:43: error: expected ‘}’ at end of input
30 | for (ll i=0; i<c; i++) cout<<ans[i]<<'\n';
| ^
ballot.cpp:6:12: note: to match this ‘{’
6 | int main() {
| ^