Problem sort
User lucas
Submission Time 2026-03-02 22:44:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp: In function ‘int main()’:
sort.cpp:3:13: error: ‘_int128’ was not declared in this scope; did you mean ‘rintf128’?
3 | #define int _int128
| ^~~~~~~
sort.cpp:6:5: note: in expansion of macro ‘int’
6 | int n;
| ^~~
sort.cpp:7:12: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
7 | cin >> n;
| ^
| yn
sort.cpp:8:36: error: template argument 2 is invalid
8 | priority_queue <int, vector<int>, greater<int>> pq;
| ^
sort.cpp:8:50: error: template argument 2 is invalid
8 | priority_queue <int, vector<int>, greater<int>> pq;
| ^~
sort.cpp:8:50: error: template argument 3 is invalid
sort.cpp:9:6: error: expected ‘;’ before ‘hi’
9 | int hi;
| ^~
sort.cpp:10:13: er