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