Problem | duckhunt5 |
---|---|
User | SideQuesting |
Submission Time | 2025-06-18 16:05:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
duckhunt5.cpp: In function ‘int main()’:
duckhunt5.cpp:17:21: error: ‘mp’ was not declared in this scope
17 | else if (type==2 && mp[user]=x){
| ^~
duckhunt5.cpp:23:1: error: expected ‘}’ at end of input
23 | }
| ^
duckhunt5.cpp:11:24: note: to match this ‘{’
11 | for (int i=0; i<N; i++){{
| ^
duckhunt5.cpp:23:1: error: expected ‘}’ at end of input
23 | }
| ^
duckhunt5.cpp:4:13: note: to match this ‘{’
4 | int main () {
| ^