#include
void main()
{
int a,b,i,j,t,k=0;
printf("请输入两个正整数:");
scanf("%d%d",&a,&b);
if(a>b)
t=a;
a=b;
b=t;
}
for(i=a;i