Problem childsetter4
User evan
Submission Time 2025-06-17 09:36:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

childsetter4.cpp: In function ‘int main()’:
childsetter4.cpp:9:7: error: ‘i’ was not declared in this scope
9 | for (i=0; i<N; i++) {
| ^
childsetter4.cpp:12:7: error: ‘i’ was not declared in this scope
12 | for (i=0; i<N; i++) {
| ^