Problem atomsplit
User ThinkingGeek257
Submission Time 2026-06-24 15:44:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

atomsplit.cpp: In function ‘int main()’:
atomsplit.cpp:23:9: error: expected ‘;’ before ‘if’
23 | T -= 1
| ^
| ;
24 | if (val == 0) {continue};
| ~~