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