下列程序的输出结果为(). main() {int m=7,n=4; float a=38.4,b=6.4,x; x=m/2+n*a/b+1/2; printf('%f',x); }

时间:2022-11-16 09:29:23

相似题目