Problem | lostones |
---|---|
User | Fr5ctal |
Submission Time | 2025-07-19 21:56:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lostones.cpp: In function ‘int main()’:
lostones.cpp:11:5: error: ‘ll’ was not declared in this scope
11 | ll N, K;
| ^~
lostones.cpp:12:12: error: ‘N’ was not declared in this scope
12 | cin >> N >> K;
| ^
lostones.cpp:12:17: error: ‘K’ was not declared in this scope
12 | cin >> N >> K;
| ^
lostones.cpp:14:20: error: ‘Node’ was not declared in this scope
14 | priority_queue<Node, vector<Node>, greater<Node>> pq;
| ^~~~
lostones.cpp:14:37: error: template argument 2 is invalid
14 | priority_queue<Node, vector<Node>, greater<Node>> pq;
| ^
lostones.cpp:14:52: error: template argument 1 is invalid
14 | priority_queue<Node, vector<Node>, greater<Node>> pq;
|