Problem atomsplit
User Xavier
Submission Time 2025-06-19 10:57:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

atomsplit.cpp: In function ‘int main()’:
atomsplit.cpp:14:9: error: ‘pq’ was not declared in this scope
14 | pq.push(X);
| ^~
atomsplit.cpp:18:20: error: ‘pq’ was not declared in this scope
18 | while (T-- && !pq.empty()){
| ^~
atomsplit.cpp:24:9: error: ‘pq’ was not declared in this scope
24 | pq.push(x/2);
| ^~