Problem childsetter4
User Avinash
Submission Time 2025-06-18 05:55:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

childsetter4.cpp: In function ‘int main()’:
childsetter4.cpp:6:2: error: expected initializer before ‘cin’
6 | cin >> N
| ^~~
childsetter4.cpp:8:18: error: ‘i’ was not declared in this scope
8 | for (int i = 0; i < N; i++) {
| ^
childsetter4.cpp:8:22: error: ‘N’ was not declared in this scope
8 | for (int i = 0; i < N; i++) {
| ^