摘要: 最大公约数: 最小公倍数: int a,b,t; int a,b,t; scanf("%d %d",&a,&b); scanf("%d %d",&a,&b); if(a>b) if(a<b){ { a=t; a=t; b=a; a=b; a=t;} b=t; for(i=a;i<=a*b;i++) 阅读全文
posted @ 2019-10-12 21:02 Fate-Joker 阅读(4027) 评论(3) 推荐(0)