Problem smurf
User WANCH5789W
Submission Time 2026-06-28 15:49:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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