以下程序执行结果是__________ 。void fun(int x, int y, int z){ z=x*x+y*y; }void main(){ int a=31; fun(5,2,a); printf(“%d”,a); }

时间:2022-11-16 02:46:51

相似题目