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

Compile Error

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