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