經安全檢測,此網站為安全網站,請放心前往原始網址!

求平均值 - 國立暨南國際大學程式設計教學網站, C, Java, Data Structure

int gcd(int m, int n) { if (n == 0) { return m; } return gcd(n, m % n); } --Back

programming.im.ncnu.edu.tw

網址安全性掃描由 google 提供