一个for循环就够了
2026-08-13 11:30:33
发布于:海南
4阅读
0回复
0点赞
#include<bits/stdc++.h>
using namespace std;
int main(){
int n;
cin>>n;
for(int i=1;i<=n;i++){
cout<<"50 51 52 53 54 55 56 57 58 59 60 "<<endl;
}
return 0;
}
这里空空如也
2026-08-13 11:30:33
发布于:海南
#include<bits/stdc++.h>
using namespace std;
int main(){
int n;
cin>>n;
for(int i=1;i<=n;i++){
cout<<"50 51 52 53 54 55 56 57 58 59 60 "<<endl;
}
return 0;
}
这里空空如也
提交答案之后,这里将显示提交结果~
有帮助,赞一个