标签:
#include<stdio.h
main()
{
int a,b,c
printf(Input a,b,c);
scanf(‘‘%d%d%d‘‘,&a,&b,&c);
printf(a+b+c=%d);
return 0;
}
实验一2
原文地址:http://www.cnblogs.com/0000-beauty/p/5934615.html