Owl Get a Life
exam.cpp: In function ‘int main()’:exam.cpp:11:12: error: expected ‘;’ before ‘std’ 11 | C = A * B | ^ | ; 12 | std::cout << C; | ~~~