Problem childsetter4
User Shauryaw
Submission Time 2025-06-17 09:55:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

childsetter4.cpp: In function ‘int main()’:
childsetter4.cpp:11:9: error: expected ‘;’ before ‘}’ token
11 | break
| ^
| ;
12 | } else {
| ~
childsetter4.cpp:12:5: error: ‘else’ without a previous ‘if’
12 | } else {
| ^~~~
childsetter4.cpp:17:1: error: expected ‘}’ at end of input
17 | }
| ^
childsetter4.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^