Problem | monsters |
---|---|
User | Kiameimon |
Submission Time | 2023-12-02 17:59:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
monsters.cpp: In function ‘int main()’:
monsters.cpp:30:6: error: ‘p’ was not declared in this scope
30 | if(p.first == 0){
| ^
monsters.cpp:32:19: error: expected ‘;’ before ‘}’ token
32 | arr.pop_front()
| ^
| ;
33 | }
| ~
monsters.cpp:42:9: error: expected unqualified-id before ‘.’ token
42 | deque.pop_front();
| ^