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