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

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/13 06:42:24

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

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