题目内容
有以下程序:#include int fun(int x,int y){if (x!=y) return ((x+y)/2);else return (x);}main(){int a=4,b=5,c=6;printf("%d\n",fun(2*a,fun(b,c)));}
查看答案
搜索结果不匹配?点我反馈