题目内容
有以下程序#includeInt f(intx,inty){return((y-x)*x);}main(){int a=3,b=4,c=5,d;d=f(f(a,b),f(a,c));printf(“%d\n”,d);}程序运行后的输出结果是()
查看答案
搜索结果不匹配?点我反馈