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

Compile Error

childsetter4.cpp: In function ‘int main()’:
childsetter4.cpp:15:3: error: expected ‘}’ before ‘else’
15 | else if {
| ^~~~
childsetter4.cpp:11:14: note: to match this ‘{’
11 | if (N == 1){
| ^
childsetter4.cpp:15:11: error: expected ‘(’ before ‘{’ token
15 | else if {
| ^
| (
childsetter4.cpp:21:3: error: ‘else’ without a previous ‘if’
21 | else {
| ^~~~