extern int gcd(int a, int b); extern bool isprime(int n); extern int fac(int n); extern int fib(int n);