发布网友 发布时间:22小时前
共1个回答
热心网友 时间:21小时前
计算a+b的和是C语言中最基础的语法之一。
程序如下:
#include <stdio.h>
int main()
{int a,b;
sacnf("%d",&a);//输入a的值
sacnf("%d",&b);//输入b的值
printf("%d",a+b);
return 0;
}
{struct Stu *pt;
int n;
int b=0;
pt=creat();
// check(pt);
while (b==0){
scanf ("%d",&n);
if (n==1)
pintf(pt);
if (n==2)
check(pt);
if (n==3)
edd(pt);
if (n==4)
De(pt);}
拓展资料:输入数值需要使用scanf函数。
输出结果需要使用printf函数。
数字类型需要定义为%d类型。