Problem | duckhunt5 |
---|---|
User | xragon |
Submission Time | 2024-12-21 09:35:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
duckhunt5.cpp: In function ‘int main()’:
duckhunt5.cpp:19:4: error: ‘it’ was not declared in this scope; did you mean ‘i’?
19 | it* = ms.begin();
| ^~
| i
duckhunt5.cpp:19:8: error: expected primary-expression before ‘=’ token
19 | it* = ms.begin();
| ^
duckhunt5.cpp:24:9: error: expected primary-expression before ‘=’ token
24 | it* = ms.lower_bound(x)
| ^