Owl Get a Life
gcd.cpp: In function ‘int main()’:gcd.cpp:15:15: error: expected ‘;’ before ‘cout’ 15 | cin >> a >> b | ^ | ; 16 | cout << getGCD(a, b) | ~~~~