Problem duckhunt4
User jerrielchangjiebin
Submission Time 2024-12-18 09:34:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
duckhunt4.cpp: In function ‘int main()’:
duckhunt4.cpp:24:9: error: expected ‘;’ before ‘}’ token
24 | break
| ^
| ;
25 | }
| ~