题目类型:
问答题
题目内容
#includefunc(inta){staticintx=10;inty=1;x+=a;a++;y++;return(x+y+a);}main{inti=3;while(i<8)printf(″%d″,func(i++));}
正确答案
1924303745