为什么这样写。。。速求答案啊
#include <stdio.h>int main()
{
int a,b,c;
float d;
scanf("%d,%d,%d",&a,&b,&c);
d=(float)(a+b+c)/3;
printf("de=%f\n",d);
}
d=(float)(a+b+c)/3;为何这么写。。。
2011-09-24 17:27
2011-09-24 17:39
2011-09-24 17:41
吐血。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
2011-09-24 17:51