Problem atomsplit
User Xavier
Submission Time 2025-06-19 10:28:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

atomsplit.cpp: In function ‘int main()’:
atomsplit.cpp:18:12: error: ‘S’ was not declared in this scope
18 | while (S > 1){
| ^
atomsplit.cpp:22:13: error: ‘S’ was not declared in this scope
22 | cout << S <<'\n';
| ^