Problem duckhunt67
User Karax
Submission Time 2026-01-19 17:27:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt67.cpp: In function ‘int main()’:
duckhunt67.cpp:27:5: error: expected ‘,’ or ‘;’ before ‘bool’
27 | bool solved = false;
| ^~~~
duckhunt67.cpp:28:13: error: ‘solved’ was not declared in this scope
28 | while (!solved) {
| ^~~~~~
duckhunt67.cpp:44:29: error: expected ‘;’ before numeric constant
44 | cout << solutions % 676 767 677;
| ^~~~
| ;