Problem smurf
User 12345
Submission Time 2025-10-20 21:15:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

smurf.cpp: In function ‘int32_t main()’:
smurf.cpp:21:3: error: expected ‘,’ or ‘;’ before ‘for’
21 | for (int j=0; j < size; j++){
| ^~~
smurf.cpp:21:17: error: ‘j’ was not declared in this scope
21 | for (int j=0; j < size; j++){
| ^