Owl Get a Life
evilbz.cpp: In function ‘int main()’:evilbz.cpp:8:31: error: expected ‘;’ before ‘else’ 8 | if (s == "bz") cout << "CPIC" | ^ | ; 9 | else cout << "ICPC" | ~~~~