竞赛
考级
法兰西玫瑰
逍遥骇好=&
亚洲卷王 AK IOI
官方:=D(开心死了)
卢督庭
烙铁
嫌疑を避ける ~~
#include<iostream> using namespace std; int GCD(int a,int b) { int c ; do { c=a%b ; a=b ; b=c ; }while(c!=0); return a ; } int LCM(int d,int e) { int z,f ; z=GCD(d,e) ; f=d*e/z ; return f ; } int main(){ int a,b; cin>>a>>b; cout<<"GCD="<<GCD(a,b)<<endl; cout<<"LCM="<<LCM(a,b)<<endl; }
小king
题解: 注:FOR循环是可有空缺的,例如:
AC
礼堂钉针
我和“进步的蜗牛”的小伙伴都在ACGO等你,快用这个专属链接加入我们吧! 点我加入
i am the best™半退
毛奕程
6.
HXB
元气满满
四大Tian王
_1943