Problem atomsplit
User AlphanumericUsername
Submission Time 2025-07-11 16:40:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

atomsplit.cpp: In function ‘int32_t main()’:
atomsplit.cpp:152:7: error: redeclaration of ‘long long int ans’
152 | int ans = 0;
| ^~~
atomsplit.cpp:146:7: note: ‘long long int ans’ previously declared here
146 | int ans = 0;
| ^~~