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

Compile Error

childsetter4.cpp: In function ‘int main()’:
childsetter4.cpp:12:4: 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() {
| ^