Owl Get a Life
eight.cpp: In function ‘int main()’:eight.cpp:12:15: error: expected ‘;’ before ‘if’ 12 | cin >> input | ^ | ; 13 | if (input == 8) { | ~~