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