Problem duckhunt12
User Dylan
Submission Time 2025-06-17 11:14:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt12.cpp: In function ‘int main()’:
duckhunt12.cpp:21:13: error: ‘visited’ was not declared in this scope
21 | if (visited.count(state)) {
| ^~~~~~~
duckhunt12.cpp:25:9: error: ‘visited’ was not declared in this scope
25 | visited.insert(state);
| ^~~~~~~
duckhunt12.cpp:36:21: error: expected ‘;’ before ‘}’ token
36 | return 0
| ^
| ;
37 | }
| ~