题目内容
以下程序的输出结果是 ()。#include int fun(int x){static int t=0;return(t+=x);}main(){int s,i;for(i=1;i<=5;i++)s=fun(i);printf("%d\n",s);}
查看答案
搜索结果不匹配?点我反馈