题目内容
( )。以下程序的输出结果是()。#includedouble sub(double x,double y,double z){ y- =1.0; z=z+x; return z; }main(){ double a=2.5, b=9.0; printf(“%f\n”,sub(b-a,a,a));}
查看答案
搜索结果不匹配?点我反馈