Problem smurf
User WANCH5789W
Submission Time 2026-06-28 13:32:22
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 = N; i >= 0; i-=2){
| ^~~
smurf.cpp:13:18: error: ‘i’ was not declared in this scope
13 | for (int i = N; i >= 0; i-=2){
| ^