Problem duckhunt12
User ax17le
Submission Time 2025-06-17 11:15:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt12.cpp: In function ‘int main()’:
duckhunt12.cpp:18:3: error: expected ‘(’ at end of input
18 | if
| ^~
| (
duckhunt12.cpp:18:3: error: expected ‘}’ at end of input
18 | if
| ^~
duckhunt12.cpp:12:33: note: to match this ‘{’
12 | for(int t = 0; t <= 1000; t++) {
| ^
duckhunt12.cpp:18:3: error: expected ‘}’ at end of input
18 | if
| ^~
duckhunt12.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^