Problem atomsplit
User bearbitrabbit
Submission Time 2026-06-24 16:21:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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