题目内容
3-20以下程序段的输出结果是 t=_____ ,s=_____。# include int main( ){int i, s=0, t=0;for(i=1; i<10; i++)switch(i<6){case 0: t+=i; break;case 1: s+=i; break;}printf("t=%d,s=%d\n", t, s);return 0;}
查看答案
搜索结果不匹配?点我反馈