未知题型
下面是求 m 和 n 最大公约数的递归算法,填空使程序完整。 include "stdio.h" int gcd()
【参考答案】
第一空答案:gcd(n,m%n) 第二空答案:m
点击查看答案
相关考题
