为求共1篇

下面程序为求两个数的最大公约数和最小公倍数

下面程序为求两个数的最大公约数和最小公倍数。#include 'stdio.h'void main(){ int m,n,num1,num2,temp;   printf('Input two positive integer:\n');   scanf('%d,%d',&num1,   ...
伊丞的头像-伊丞小站(YLIMHS.COM)钻石会员伊丞
0870