你好,很高兴为你解答,根据你的描述有一以下方案#include<stdio.h>intmain(){intm,n,temp,p,r;scanf("%d%d",&m,&n);if(n<m){temp=n;n=m;m=temp;}p=n*m;while(m!=0){r=n%m;n=m;m=r;}printf("最小公倍数为:%d\n",p/n);printf("最大公约数为:%d\n",n);return0;}不懂追问,望采纳,你的采纳是我答题的动力。
hill密码:hill密码例题[朗读]
@yuty
顶0
加入收藏
相关问答推荐