求一个简单的C语言加法程序代码!很急啊!
发布网友
发布时间:2022-04-28 12:08
我来回答
共1个回答
热心网友
时间:2023-10-08 22:53
4
5
这两个数的和是:
4+5=9
Press
any
key
to
continue
#include<stdio.h>
main()
{
int
a,b;
scanf("%d%d",&a,&b);
printf("这两个数的和是:\n%d+%d=%d\n",a,b,a+b);
}
有问题请追问
满意记得采纳
热心网友
时间:2023-10-08 22:53
4
5
这两个数的和是:
4+5=9
Press
any
key
to
continue
#include<stdio.h>
main()
{
int
a,b;
scanf("%d%d",&a,&b);
printf("这两个数的和是:\n%d+%d=%d\n",a,b,a+b);
}
有问题请追问
满意记得采纳
热心网友
时间:2023-10-08 22:53
4
5
这两个数的和是:
4+5=9
Press
any
key
to
continue
#include<stdio.h>
main()
{
int
a,b;
scanf("%d%d",&a,&b);
printf("这两个数的和是:\n%d+%d=%d\n",a,b,a+b);
}
有问题请追问
满意记得采纳