您当前的位置:首页 >> 滚动 >> 
c语言简单程序代码图片 c语言简单程序

时间:2023-08-15 06:00:52    来源:城市网


(资料图)

1、求两个数的最大公约数和最小公倍数#include "stdio.h" #include "conio.h" main() { int a,b,num1,num2,temp; printf("please input two numbers:"); scanf("%d,%d",&num1,&num2); if(num1

2、使大数放在num1上*/ { temp=num1; num1=num2; num2=temp; } a=num1;b=num2; while(b!=0)/*利用辗除法。

3、直到b为0为止*/ { temp=a%b; a=b; b=temp; } printf("zuidagongyueshushi:%d",a); printf("zuixiaogongbeishushi:%d",num1*num2/a); getch(); }。

相信通过c语言简单程序这篇文章能帮到你,在和好朋友分享的时候,也欢迎感兴趣小伙伴们一起来探讨。

本文由用户上传,如有侵权请联系删除!
标签: