Owl Get a Life
gcd.cpp: In function ‘int gcd(int, int)’:gcd.cpp:22:10: error: expected ‘;’ before ‘}’ token 22 | return a | ^ | ; 23 | } | ~