Problem wabot
User FIips
Submission Time 2024-03-20 21:31:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

wabot.cpp: In function ‘int32_t main()’:
wabot.cpp:3:13: error: ‘long long long’ is too long for GCC
3 | #define int long long
| ^~~~
wabot.cpp:4:26: note: in expansion of macro ‘int’
4 | #define k pair<long long int, long long int>
| ^~~
wabot.cpp:13:21: note: in expansion of macro ‘k’
13 | priority_queue <k, vector<k>, greater<k>> pq;
| ^
wabot.cpp:3:18: error: ‘long long long’ is too long for GCC
3 | #define int long long
| ^~~~
wabot.cpp:4:26: note: in expansion of macro ‘int’
4 | #define k pair<long long int, long long int>
| ^~~
wabot.cpp:13:21: note: in expansion of macro ‘k’
13 | priority_queue <k, vector<k>, greater<k>> pq;
| ^
wabot.cpp:3:13: error: ‘long long long’ is too long for GCC