填空题

以下程序的输出结果是______。 main( ) { int y=9; for(;y>0;y--) if(y%3==0) { printf("%d",--y);continue;}}

【参考答案】

852
热门 试题