高级天翼
看看我的吧:
#include<iostream>
#include<cmath>
#include<cstdio>
#include<algorithm>
#include<cstring>
#include<string>
#include<iomanip>
#include<stdio.h>
#include<windows.h>
#include<time.h>
using namespace std;
long long n,a[1000002],m,cnt,b[1000002],t;
bool f;
char v[1002][1002];
int main(){
while(1){
for(int j=1;j<=rand()*3%4;j++){
cout<<" ";
}
for(int j=1;j<=rand()*5%49;j++){
if(rand()%7==1){
cout<<0;
}
else if(rand()%5==2){
cout<<2;
}
else if(rand()%5==3){
cout<<1;
}
else if(rand()%5==1){
cout<<3;
}
else if(rand()%4==0){
cout<<4;
}
else if(rand()%4==1){
cout<<5;
}
else if(rand()%4==2){
cout<<6;
}
else if(rand()%7==1||rand()%7==2){
cout<<7;
}
else if(rand()%2==1){
cout<<8;
}
else{
cout<<9;
}
}
if(rand()%4==0){
system("color 46");
}
else if(rand()%5==1){
system("color 23");
}
else if(rand()%5==2){
system("color 34");
}
else if(rand()%5==3){
system("color 45");
}
else if(rand()%5==4){
system("color 56");
}
else{
system("color 12");
}
if(rand()%2321==1){
break;
}
}
return 0;
}