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