int gcd(int, int); int x,y,z; z=gcd(x,y); printf("Enter 2 number to compute 最大公因數\ n"); printf("enter num1 ...
www.programmer-club.com.tw