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