c语言简单求和,编写程序:输入两个数,求两个数的和

先谢了

第1个回答  2020-03-03
#include <stdio.h>
int main()
{
int a,b,c;
scanf("%d,%d",&a,&b);
c=a+b;
printf("c=%d",c);
return 0;
}
第2个回答  2019-11-23
我不知道哈哈哈哈哈
相似回答