Problem atomsplit
User Kieran69
Submission Time 2026-07-08 17:46:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

atomsplit.cpp: In function ‘int main()’:
atomsplit.cpp:12:16: error: ‘v’ was not declared in this scope
12 | cin >> v;
| ^
atomsplit.cpp:23:12: error: expected ‘;’ before ‘}’ token
23 | cout<<T
| ^
| ;
24 | }
| ~