Problem atomsplit
User Euang
Submission Time 2025-06-19 10:07:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

atomsplit.cpp: In function ‘int main()’:
atomsplit.cpp:26:24: error: expected ‘;’ before ‘}’ token
26 | energy += 1
| ^
| ;
27 | }
| ~