Problem | democracy |
---|---|
User | yhmixeI |
Submission Time | 2024-06-21 15:32:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
democracy.cpp: In function ‘int main()’:
democracy.cpp:35:10: error: expected ‘;’ before ‘}’ token
35 | cout<<"7"
| ^
| ;
36 | }
| ~
democracy.cpp:36:1: error: expected ‘}’ at end of input
36 | }
| ^
democracy.cpp:6:15: note: to match this ‘{’
6 | signed main() {
| ^