int xxx(int a, int b) { if(b == 0) return a; return xxx(b, a%b); }
上面的函數代碼是用來幹什麼的?
A、求最大公約數
B、求最小公倍數
C、貝葉斯演算法
D、中心定理
新浪微博 70,000+
移動應用