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