Owl Get a Life
exam.cpp: In function ‘int main()’:exam.cpp:8:16: error: expected ‘;’ before ‘cout’ 8 | cin >> a >> b | ^ | ; 9 | cout << "Hello World"; | ~~~~