Problem atomsplit
User Feiyang
Submission Time 2025-06-19 10:19:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

atomsplit.cpp: In function ‘int main()’:
atomsplit.cpp:13:19: error: expected ‘;’ before ‘}’ token
13 | pq.push(s)
| ^
| ;
14 | }
| ~