Problem | pigeons |
---|---|
User | ShaquilleOatmeal34 |
Submission Time | 2025-05-21 17:27:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pigeons.cpp: In function ‘int main()’:
pigeons.cpp:12:8: error: expected ‘;’ before ‘}’ token
12 | x=x+1
| ^
| ;
13 | }
| ~
pigeons.cpp:18:10: error: expected ‘;’ before ‘}’ token
18 | x=0
| ^
| ;
19 | }
| ~