Problem | wabot |
---|---|
User | tyjun |
Submission Time | 2024-01-24 17:15:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
wabot.cpp:2:18: error: declaration does not declare anything [-fpermissive]
2 | #define int long long;
| ^~~~
wabot.cpp:5:1: note: in expansion of macro ‘int’
5 | int main() {
| ^~~
wabot.cpp: In function ‘int main()’:
wabot.cpp:2:18: error: declaration does not declare anything [-fpermissive]
2 | #define int long long;
| ^~~~
wabot.cpp:9:5: note: in expansion of macro ‘int’
9 | int N;
| ^~~
wabot.cpp:9:9: error: ‘N’ was not declared in this scope
9 | int N;
| ^
wabot.cpp:2:18: error: wrong number of template arguments (1, should be at least 2)
2 | #define int long long;
| ^~~~
wabot.cpp:12:9: note: in expansion of macro ‘int’
12 | map<int, vector<int>> levelModules;
| ^~~
In file included from /usr/include/c++/9/map:61,
from /usr/include/x