Problem smurf
User WJR
Submission Time 2026-03-09 13:21:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

smurf.cpp: In function ‘int main()’:
smurf.cpp:13:2: error: expected ‘,’ or ‘;’ before ‘for’
13 | for(int i = 1; i <= n; i++){
| ^~~
smurf.cpp:13:17: error: ‘i’ was not declared in this scope
13 | for(int i = 1; i <= n; i++){
| ^