雷士照明合肥店:C语言求答

来源:百度文库 编辑:高考问答 时间:2024/05/09 13:47:01
main()
{
int m=7,n=4;
float a=38.4,b=6.4,x;
x=m/2+n*a/b+1/2;
printf("%f\n',x);

x是28吧,这个也可以算是VB吧,还有的不清楚

看不懂