ThinkPad
2025-01-21 15:22:10
发布于:浙江
4阅读
0回复
0点赞
look,this"for"……
勉强拼凑的“for" 循环……
/#include<bits/stdc++.h>//手抖了……
using namespace std;
int main(){
int i=1;
cout<<i<<endl;
for(;i<=99;){
i++;
cout<<i<<endl;
}
return 0;
}/
全部评论 1
这个for循环...... 这个循环是for循环吗
2025-05-20 来自 天津
0是for循环
2025-05-28 来自 浙江
0
有帮助,赞一个