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