Problem childsetter2
User Zachareeeee
Submission Time 2024-12-18 11:06:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

childsetter2.cpp: In function ‘int main()’:
childsetter2.cpp:12:7: error: found ‘:’ in nested-name-specifier, expected ‘::’
12 | for (a:v){
| ^
| ::
childsetter2.cpp:12:6: error: ‘a’ has not been declared
12 | for (a:v){
| ^
childsetter2.cpp:21:1: error: expected primary-expression at end of input
21 | }
| ^
childsetter2.cpp:21:2: error: expected ‘;’ at end of input
21 | }
| ~^
| ;
childsetter2.cpp:21:1: error: expected primary-expression at end of input
21 | }
| ^
childsetter2.cpp:21:2: error: expected ‘)’ at end of input
21 | }
| ~^
| )
childsetter2.cpp:12:5: note: to match this ‘(’
12 | for (a:v){
| ^
childsetter2.cpp:21:1: error: expected statement at end of input
21 | }
| ^
childsetter2.cpp:21:1: error: expected ‘}’ at end of input
childsetter2.cpp:3:11: note: to match this ‘{’