问题:
下面循环语句执行结束后输出的i值为( )。
for(int i=0; i<n; i++) if(i>n/2) {cout<<i<<endl; break;}
、n/2
、n/2+1
、n/2-1
、n-1
相关内容