Problem sort
User DoubleShaurya
Submission Time 2024-01-22 15:59:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp: In function ‘int main()’:
sort.cpp:6:18: error: ‘int128_t’ was not declared in this scope; did you mean ‘int32_t’?
6 | priority_queue <int128_t, vector<int128_t>, greater<int128_t>> pq;
| ^~~~~~~~
| int32_t
sort.cpp:6:43: error: template argument 2 is invalid
6 | priority_queue <int128_t, vector<int128_t>, greater<int128_t>> pq;
| ^
sort.cpp:6:62: error: template argument 1 is invalid
6 | priority_queue <int128_t, vector<int128_t>, greater<int128_t>> pq;
| ^~
sort.cpp:6:62: error: template argument 2 is invalid
sort.cpp:6:62: error: template argument 3 is invalid
sort.cpp:7:10: error: expected ‘;’ before ‘N’
7 | int128_t N;
| ^~
| ;
sort.cpp:8:10: error: expected ‘;