单项选择题下面程序的输出结果是( )。 #include<iostream> using namespace std; void main() int i=1; while(i<=8) if(++i%3!=2)continue; else cout<<i;
单项选择题下列叙述中错误的是( )。