求两个数的最小公倍数的算法用C语言写的,

来源:学生作业学帮网 编辑:学帮网 时间:2024/05/29 22:54:44

求两个数的最小公倍数的算法用C语言写的,

#include
int main ( )
{int a,b,t,r;
scanf("%d %d",&a,&b); if(a