0_0_28354365_8718.cpp: In function 'int lcm(int, int)': 0_0_28354365_8718.cpp:31:20: error: 'gcd' was not declared in this scope return a*b/gcd(a,b); ^