Problem wabot
User FIips
Submission Time 2024-03-20 20:26:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

wabot.cpp: In function ‘int32_t main()’:
wabot.cpp:10:25: error: expected unqualified-id before ‘>’ token
10 | greater<pair<int, int>>> pq;
| ^
wabot.cpp:16:9: error: ‘pq’ was not declared in this scope
16 | pq.push(x);
| ^~
wabot.cpp:19:12: error: ‘pq’ was not declared in this scope
19 | while(!pq.empty()){
| ^~