填空题
以下程序的输出结果是【11】 。 main
1
{int s,i; for(s=0,i=1;i<3;i++,s+=i); printf("%d/n",s); }
1、
【正确答案】
1、5
【答案解析】
提交答案
关闭