the C language is so *hashed* that I coudn’t calm my hands down
I am the administrator of the website.
I am in qut now.
here are the codes that I knew in the class
#include<stdio.h>
int main()
{
int a = 23;
int b = 46;
printf(“a + b = %d\n”,a+b);
printf(“please input one num of a:”,);
scanf(“%d”,a);
printf(“please input one num of b:”);
scanf(“%d”,b);
printf(“a + b = %d\n”,a+b);
return 0;
}
暂无评论