Gl0312


私信TA

用户名:dotcpp0646986

访问量:44

签 名:

等  级
排  名 73444
经  验 164
参赛次数 0
文章发表 1
年  龄 0
在职情况 学生
学  校
专  业

  自我简介:

TA的其他文章


参考代码

#include<stdio.h>

int main()

{

int a,b;

int t,c;


scanf("%d %d",&a,&b);

int i,j;

i=a,j=b;

while(b!=0)

{

t=a%b;

a=b;

b=t;

c=(i*j)/a;

}

printf("%d %d\n",a,c);

 

    return 0;

}


 

0.0分

1 人评分

  评论区

  • «
  • »