Problem wabot
User SuspiciousAmogus
Submission Time 2024-06-08 21:03:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

wabot.cpp:7:24: error: ‘ll’ was not declared in this scope
7 | typedef priority_queue<ll, vector<ll>, greater<ll>> pq;
| ^~
wabot.cpp:7:35: error: ‘ll’ was not declared in this scope
7 | typedef priority_queue<ll, vector<ll>, greater<ll>> pq;
| ^~
wabot.cpp:7:37: error: template argument 1 is invalid
7 | typedef priority_queue<ll, vector<ll>, greater<ll>> pq;
| ^
wabot.cpp:7:37: error: template argument 2 is invalid
wabot.cpp:7:48: error: ‘ll’ was not declared in this scope
7 | typedef priority_queue<ll, vector<ll>, greater<ll>> pq;
| ^~
wabot.cpp:7:48: error: template argument 1 is invalid
wabot.cpp:7:50: error: template argument 1 is invalid
7 | typedef priority_queue<ll, vector<ll&