Owl Get a Life
exam.cpp: In function ‘int main()’:exam.cpp:19:16: error: expected ‘;’ before ‘cout’ 19 | c = a*b | ^ | ; 20 | cout<<c; | ~~~~