作品说明
#include<bits/stdc++.h>
using namespace std;
int main(){
int x=0,y=0;
while(2>1){
while(y<=1800){
while(x<=90){
cout<<" ";
x++;
y++;
}
cout<<"11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111";
x=0;
}
while(y<=3600){
while(x<=90){
cout<<" ";
x++;
y++;
}
cout<<"00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000";
x=0;
}
y=0;
}
return 0;
}
操作说明
#include<bits/stdc++.h>
using namespace std;
int main(){
int x=0,y=0;
while(2>1){
while(y<=1800){
while(x<=90){
cout<<" ";
x++;
y++;
}
cout<<"11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111";
x=0;
}
while(y<=3600){
while(x<=90){
cout<<" ";
x++;
y++;
}
cout<<"00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000";
x=0;
}
y=0;
}
return 0;
}