Problem ballot
User PaxyPanda
Submission Time 2023-11-14 11:55:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ballot.cpp: In function ‘int main()’:
ballot.cpp:21:3: error: expected ‘,’ or ‘;’ before ‘if’
21 | if (found != m.end()) {
| ^~
ballot.cpp:28:9: error: ‘else’ without a previous ‘if’
28 | } else {
| ^~~~