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

Compile Error

sort.cpp: In function ‘int main()’:
sort.cpp:6:28: error: ‘signed’ specified with ‘double’
6 | priority_queue <long long signed double, vector<long long signed double>, greater<long long signed double>> pq;
| ^~~~~~
sort.cpp:6:60: error: ‘signed’ specified with ‘double’
6 | priority_queue <long long signed double, vector<long long signed double>, greater<long long signed double>> pq;
| ^~~~~~
sort.cpp:6:94: error: ‘signed’ specified with ‘double’
6 | priority_queue <long long signed double, vector<long long signed double>, greater<long long signed double>> pq;
| ^~~~~~
sort.cpp:7:12: error: ‘signed’ specified with ‘double’
7 | long long signed double N;
| ^~~~~~
so