| Problem | duckhunt5 |
|---|---|
| User | cheryltkx |
| Submission Time | 2026-05-16 09:38:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt5.cpp: In function ‘int main()’:
duckhunt5.cpp:16:11: error: expected unqualified-id before ‘==’ token
16 | auto int==ms.lower_bound(x);
| ^~
duckhunt5.cpp:17:10: error: expected unqualified-id before ‘==’ token
17 | if (int==ms.end()){
| ^~
duckhunt5.cpp:20:18: error: ‘it’ was not declared in this scope; did you mean ‘i’?
20 | else { cout <<*it<<'\n';
| ^~
| i
duckhunt5.cpp:23:2: error: expected ‘}’ at end of input
23 | }
| ^
duckhunt5.cpp:4:12: note: to match this ‘{’
4 | int main (){
| ^