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