Problem | duckhunt5 |
---|---|
User | xragon |
Submission Time | 2024-12-21 09:25:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
duckhunt5.cpp: In function ‘int main()’:
duckhunt5.cpp:23:14: error: expected ‘;’ before ‘}’ token
23 | cout << 1
| ^
| ;
24 | }
| ~
duckhunt5.cpp:29:1: error: expected ‘}’ at end of input
29 | }
| ^
duckhunt5.cpp:4:15: note: to match this ‘{’
4 | signed main() {
| ^