> 其他 >
C语言怎么进行加法计算?给个简单的程序来
人气:215 ℃ 时间:2020-05-25 01:38:14
解答
#include "stdio.h"
void main()
{
int a,b,c;
scanf("%d%d",&a,&b);
c=a+b;
printf("%d\n",c);
getch();
}
推荐
猜你喜欢
© 2026 79432.Com All Rights Reserved.
电脑版|手机版