Problem duckhunt5
User cheryltkx
Submission Time 2026-05-16 09:37:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt5.cpp: In function ‘int main()’:
duckhunt5.cpp:15:2: error: ‘else’ without a previous ‘if’
15 | else {
| ^~~~
duckhunt5.cpp:16:11: error: expected unqualified-id before ‘=’ token
16 | auto int=ms.lower_bound(x);
| ^
duckhunt5.cpp:17:7: error: ‘it’ was not declared in this scope; did you mean ‘int’?
17 | if (it==ms.end()){
| ^~
| int
duckhunt5.cpp: At global scope:
duckhunt5.cpp:23:2: error: expected declaration before ‘}’ token
23 | }
| ^