题解
2025-11-28 18:19:27
发布于:浙江
24阅读
0回复
0点赞
#include<bits/stdc++.h>
using namespace std;
int main()
{
int n;
cin>>n;
for(int i=1;i<=n;i++){
for(int j=1;j<=n;j++){
cout<<"*";//TODO
}
cout<<endl;
}
}** ( ~~~~~~~~~~~~~~~ )
( *** *** )
( @ 、 @ )
( # )
( \_________/ )
—————————————————————
**
全部评论 1
(((((^ ! ^)
2025-11-28 来自 浙江
0







有帮助,赞一个