题目内容
以下程序的输出结果是:#includeint fun(int x,int y){ return (x+y);}void main(){ int a=2,b=5,c=8; printf("%d\n",fun(fun(a+c,b),a-c));}
查看答案
搜索结果不匹配?点我反馈