Owl Get a Life
gcd.cpp: In function ‘int gcd(int, int)’:gcd.cpp:17:15: error: request for member ‘b’ in ‘a’, which is of non-class type ‘int’ 17 | return gcd(a.b-a); | ^