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

Compile Error

wabot.cpp: In function ‘int32_t main()’:
wabot.cpp:13:46: error: template argument 3 is invalid
13 | priority_queue <k, vector<k>, greater<k> pq;
| ^~
wabot.cpp:17:9: error: ‘pq’ was not declared in this scope
17 | pq.push(a, b);
| ^~
wabot.cpp:20:12: error: ‘pq’ was not declared in this scope
20 | while(!pq.empty()){
| ^~