stswkl @ 2022-01-26 13:34:13
#include<bits/stdc++.h>
using namespace std;
long long n,x,y,t;
int main()
{
cin>>n;
while(t!=n*n)
{
cin>>x>>y;
for(int j=1;j<=x;j++)
{
t++;
cout<<"0";
if(t%n==0)
cout<<"\n";
}
for(int j=1;j<=y;j++)
{
t++;
cout<<"1";
if(t%n==0)
cout<<"\n";
}
}
return 0;
}
by linzheyu @ 2022-01-26 13:41:49
没有人保证输入的数的个数一定是奇数
by stswkl @ 2022-02-02 19:53:41
?
by billhasbill @ 2022-04-13 19:24:22
汉字右下角的点阵未必是1,有可能是0,所以不是必须读两个数字再输出点阵,记得抖音搜索Minecraft_697记得关注我,谢谢?