#2447. [GESP202406 二级 C++] 第 4 题
[GESP202406 二级 C++] 第 4 题
在C++中,与for(int i=0; i<10; i++)效果相同的是( )。
{{ select(1) }}
for(int i=0; i<10; i+=1)for(int i=1; i<=10; i++)for(int i=10; i>0; i--)for(int i=10; i<1; i++)
在C++中,与for(int i=0; i<10; i++)效果相同的是( )。
{{ select(1) }}
for(int i=0; i<10; i+=1)for(int i=1; i<=10; i++)for(int i=10; i>0; i--)for(int i=10; i<1; i++)