Problem atomsplit
User GohWenXi
Submission Time 2025-06-19 10:15:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

atomsplit.cpp: In function ‘int main()’:
atomsplit.cpp:10:11: error: expected ‘;’ before ‘energyGain’
10 | cin>>N>>T
| ^
| ;
11 | energyGain=0;
| ~~~~~~~~~~