Owl Get a Life
exam.cpp: In function ‘int main()’:exam.cpp:12:14: error: expected ‘;’ before ‘}’ token 12 | cout << a*b | ^ | ; 13 | }; | ~