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