拉完了,一看测试点天塌了😱😱😱
2026-06-12 21:30:55
发布于:浙江
11阅读
0回复
0点赞
#include <bits/stdc++.h>
using namespace std;
signed main(){
for(int i=1;i<=12;i++)
{
for(int j=1;j<=1;j++)
{
cout<<"💩";
}
cout<<endl;
}//拉完了
return 0;
}
测试点1:
输入
💩💩💩💩💩
💩💩💩💩💩
💩💩💩💩💩
💩💩💩💩💩
💩💩💩💩💩
💩💩💩💩💩
输出
💩
💩
💩
💩
💩
💩
💩
💩
💩
💩
💩
💩
这里空空如也







有帮助,赞一个