Problem | democracy |
---|---|
User | CheeseAndBread |
Submission Time | 2025-08-03 14:23:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
democracy.cpp: In function ‘int main()’:
democracy.cpp:12:6: error: expected ‘(’ before ‘{’ token
12 | if{arr[i] == 5){
| ^
| (
democracy.cpp:40:1: error: expected ‘}’ at end of input
40 | }
| ^
democracy.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^