Owl Get a Life
gcd.cpp: In function ‘int32_t GCD(long long int, long long int)’:gcd.cpp:11:20: error: expected ‘;’ before ‘}’ token 11 | return GCD(b, num) | ^ | ; 12 | } | ~