请问''对任意数的最大公约数和最小公倍数的C语言程序“

问题描述:

请问''对任意数的最大公约数和最小公倍数的C语言程序“

#include
void main()
{int a,b,num1,num2,temp;
scanf("%d%d",&num1,&num2);
if(num1