Problem | strikes |
---|---|
User | Hijackedsoul |
Submission Time | 2024-01-31 14:09:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
strikes.cpp:2:13: error: ‘ll’ does not name a type
2 | #define int ll
| ^~
strikes.cpp:5:7: note: in expansion of macro ‘int’
5 | const int iinf = 1e9+10;
| ^~~
strikes.cpp:6:7: error: ‘ll’ does not name a type
6 | const ll inf = 1ll<<60;
| ^~
strikes.cpp:7:7: error: ‘ll’ does not name a type
7 | const ll mod = 1e9+7 ;
| ^~
strikes.cpp:2:13: error: ‘ll’ does not name a type
2 | #define int ll
| ^~
strikes.cpp:10:7: note: in expansion of macro ‘int’
10 | const int maxn = 5e5+5;
| ^~~
strikes.cpp:2:13: error: ‘ll’ was not declared in this scope
2 | #define int ll
| ^~
strikes.cpp:12:8: note: in expansion of macro ‘int’
12 | vector<int> g[maxn];
| ^~~
strikes.cpp:12:11: error: template argument 1 is invalid
12 | vector<int> g[maxn];
|