Main.cc: In function 'int lcm(int, int)': Main.cc:6:30: error: 'gcd' was not declared in this scope return (a * b) / gcd(a, b); ^