1. 题目 题目:输入两个正整数m和n,求其最大公约数和最小公倍数。 2. 分析 程序分析:利用辗除法。 3. 代码示例 main() { int a,b,num1,num2,temp; printf("please input two numbers:\n"); scanf(