Problem | robotbombs |
---|---|
User | Jinxuan |
Submission Time | 2024-12-30 13:20:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
robotbombs.cpp: In function ‘int32_t main()’:
robotbombs.cpp:3:13: error: expected initializer before ‘long’
3 | #define int long long
| ^~~~
robotbombs.cpp:66:2: note: in expansion of macro ‘int’
66 | int posx = 0, posy = 0;
| ^~~
robotbombs.cpp:5:11: error: ‘second’ was not declared in this scope
5 | #define s second
| ^~~~~~
robotbombs.cpp:67:2: note: in expansion of macro ‘s’
67 | s.insert(mp(posx,posy));
| ^
robotbombs.cpp:67:14: error: ‘posx’ was not declared in this scope
67 | s.insert(mp(posx,posy));
| ^~~~
robotbombs.cpp:67:19: error: ‘posy’ was not declared in this scope
67 | s.insert(mp(posx,posy));
| ^~~~