Main.cc: In function 'int main()': Main.cc:19:21: error: 'gcd' was not declared in this scope if (gcd(a, b) > 1 || gcd(b, c) > 1 || gcd(a, c) > 1) { ^