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