| Problem | atomsplit |
|---|---|
| User | Feiyang |
| Submission Time | 2025-06-19 10:19:16 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
atomsplit.cpp: In function ‘int main()’:
atomsplit.cpp:13:19: error: expected ‘;’ before ‘}’ token
13 | pq.push(s)
| ^
| ;
14 | }
| ~
atomsplit.cpp:22:20: error: expected ‘;’ before ‘pq’
22 | energy+=top
| ^
| ;
23 | pq.pop()
| ~~