| Problem | childsetter4 |
|---|---|
| User | Jude |
| Submission Time | 2025-08-18 13:51:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
childsetter4.cpp: In function ‘int main()’:
childsetter4.cpp:7:6: error: expected ‘(’ before ‘i’
7 | for i in range(x) {
| ^
| (
childsetter4.cpp:7:6: error: ‘i’ was not declared in this scope
childsetter4.cpp:11:1: error: expected primary-expression before ‘}’ token
11 | }
| ^
childsetter4.cpp:10:3: error: expected ‘;’ before ‘}’ token
10 | }
| ^
| ;
11 | }
| ~
childsetter4.cpp:11:1: error: expected primary-expression before ‘}’ token
11 | }
| ^
childsetter4.cpp:10:3: error: expected ‘)’ before ‘}’ token
10 | }
| ^
| )
11 | }
| ~
childsetter4.cpp:7:6: note: to match this ‘(’
7 | for i in range(x) {
| ^
childsetter4.cpp:11:1: error: expected primary-expression before ‘}’ token
11 | }
| ^