Problem atomsplit
User LL
Submission Time 2025-06-19 09:40:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

atomsplit.cpp: In function ‘int main()’:
atomsplit.cpp:20:11: error: expected ‘;’ before ‘}’ token
20 | pq.pop()
| ^
| ;
21 | }
| ~