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