int xxx(int a, int b) { if(b == 0) return a; return xxx(b, a%b); }
上面的函数代码是用来干什么的?
A、求最大公约数
B、求最小公倍数
C、贝叶斯算法
D、中心定理
新浪微博 70,000+
移动应用