Problem duckhunt25
User gohchingjayk
Submission Time 2025-12-08 11:16:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt25.cpp: In function ‘int main()’:
duckhunt25.cpp:66:2: error: jump to label ‘scam’
66 | scam:
| ^~~~
duckhunt25.cpp:33:41: note: from here
33 | if (x == 63 || x == 8 || x == 10) goto scam;
| ^~~~
duckhunt25.cpp:35:6: note: crosses initialization of ‘ll aaa’
35 | int aaa = (1 << M);
| ^~~