Problem | democracy |
---|---|
User | Astronite |
Submission Time | 2025-08-01 16:26:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
democracy.cpp: In function ‘int main()’:
democracy.cpp:29:21: error: expected ‘;’ before ‘}’ token
29 | else {cout<< "7"}
| ^
| ;
democracy.cpp:31:1: error: expected ‘}’ at end of input
31 | }
| ^
democracy.cpp:5:1: note: to match this ‘{’
5 | {
| ^