Owl Get a Life
gcd.cpp: In function ‘int gcd(int, int)’:gcd.cpp:8:20: error: expected ‘;’ before ‘}’ token 8 | return gcd(y, x%y) | ^ | ; 9 | } | ~