Problem atomsplit
User Usu
Submission Time 2025-08-09 10:37:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

atomsplit.cpp: In function ‘int main()’:
atomsplit.cpp:8:15: error: a function-definition is not allowed here before ‘{’ token
8 | signed main() {
| ^
atomsplit.cpp:33:1: error: expected ‘}’ at end of input
33 | }
| ^
atomsplit.cpp:4:19: note: to match this ‘{’
4 | signed main(void) {
| ^