Owl Get a Life
exam.cpp:6:3: error: expected unqualified-id before ‘if’ 6 | if (x==1) { | ^~exam.cpp:9:2: error: expected unqualified-id before ‘else’ 9 | else if (x==2) { | ^~~~