關鍵:
for(lcv = 0;lcv<n-1;lcv++){ out = __gcd(out,in[lcv+1]); if(out == 1) break; }
如陣列內任兩數互質,則gcd == 1,不用比了