| Problem | duckhunt5 |
|---|---|
| User | Flemmby |
| Submission Time | 2026-05-16 09:35:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt5.cpp: In function ‘int main()’:
duckhunt5.cpp:13:17: error: cannot convert ‘std::multiset<int>::iterator’ {aka ‘std::_Rb_tree_const_iterator<int>’} to ‘int’ in assignment
13 | it=score.find(x);
| ~~~~~~~~~~^~~
| |
| std::multiset<int>::iterator {aka std::_Rb_tree_const_iterator<int>}
duckhunt5.cpp:17:12: error: ‘ms’ was not declared in this scope
17 | cout<<*ms.begin()<<endl;
| ^~