Problem duckhunt5
User seeyoulater
Submission Time 2026-05-16 09:31:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt5.cpp: In function ‘int main()’:
duckhunt5.cpp:13:6: error: declaration of ‘auto it’ has no initializer
13 | for(auto it ; ms){
| ^~~~
duckhunt5.cpp:13:16: error: could not convert ‘ms’ from ‘std::multiset<int>’ to ‘bool’
13 | for(auto it ; ms){
| ^~
| |
| std::multiset<int>
duckhunt5.cpp:13:18: error: expected ‘;’ before ‘)’ token
13 | for(auto it ; ms){
| ^
| ;