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