有如下的函数定义: int Xfun(int x){ int y=x; { int x=10; y+=x; } return x+y; } 通过表达式Xfun(5)调用该函数,则得到的返回值为________________

时间:2022-11-16 05:53:25

相似题目