Emm...
2026-08-19 09:23:41
发布于:广东
2阅读
0回复
0点赞
最好定义全局变量,养成好习惯
好了,废话不多说
直接上代
#include<bits/stdc++.h>
using namespace std;
int n;
int main(){
cin>>n;
for(int i=1;i<=n;i++){
for(int j=1;j<=n;j++)
cout<<"*";
cout<<endl;
}
return 0;
}
加团队,球球了
这里空空如也







有帮助,赞一个