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