Problem | shoes |
---|---|
User | boaznumberd5555 |
Submission Time | 2024-12-04 17:07:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
shoes.cpp:5:18: error: declaration does not declare anything [-fpermissive]
5 | #define int long long;
| ^~~~
shoes.cpp:7:1: note: in expansion of macro ‘int’
7 | int ft[200010];
| ^~~
shoes.cpp:7:5: error: ‘ft’ does not name a type
7 | int ft[200010];
| ^~
shoes.cpp:5:18: error: wrong number of template arguments (1, should be 2)
5 | #define int long long;
| ^~~~
shoes.cpp:8:21: note: in expansion of macro ‘int’
8 | priority_queue<pair<int, pair<int,int>>, vector<pair<int,pair<int,int>>, greater<pair<int,pair<int,int>>> dist;
| ^~~
In file included from /usr/include/c++/9/bits/stl_algobase.h:64,
from /usr/include/c++/9/vector:60,
from shoes.h:1,
from shoes.cpp:1:
/usr/include/c++/9/bits/stl_pair.h:208:12: note: provided for ‘