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