Problem duckhunt5
User Flemmby
Submission Time 2026-05-16 09:34:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt5.cpp: In function ‘int main()’:
duckhunt5.cpp:12:4: error: ‘it’ was not declared in this scope; did you mean ‘i’?
12 | it=score.find(x);
| ^~
| i
duckhunt5.cpp:16:12: error: ‘ms’ was not declared in this scope
16 | cout<<*ms.begin()<<endl;
| ^~