本
文
没
有
什
么
特
别
的
,
代
码
实
现
就
是
用
c
o
l
o
r
指
令
弄
的
,
比
较
肝
而
已
。
代
码
如
下
:
//
//Created by Carlgood.
//
#include<iostream>
#include<cmath>
#include<string>
#include<cstring>
#include<cstdio>
#include<algorithm>
#include<sstream>
using namespace std;
int main()
{
for(int i=1;i<=39;i++)
{
for(int j=1;j<=59;j++) cout<<"■";
}
cout<<"■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■";
while(1)
{
system("color a1");
system("color a2");
system("color a3");
system("color a4");
system("color a5");
system("color a6");
system("color a7");
system("color a8");
system("color a9");
system("color a0");
system("color b1");
system("color b2");
system("color b3");
system("color b4");
system("color b5");
system("color b6");
system("color b7");
system("color b8");
system("color b9");
system("color b0");
system("color c1");
system("color c2");
system("color c3");
system("color c4");
system("color c5");
system("color c6");
system("color c7");
system("color c8");
system("color c9");
system("color c0");
system("color d1");
system("color d2");
system("color d3");
system("color d4");
system("color d5");
system("color d6");
system("color d7");
system("color d8");
system("color d9");
system("color d0");
system("color e0");
system("color e1");
system("color e2");
system("color e3");
system("color e4");
system("color e5");
system("color e6");
system("color e7");
system("color e8");
system("color e9");
system("color f1");
system("color f2");
system("color f3");
system("color f4");
system("color f5");
system("color f6");
system("color f7");
system("color f8");
system("color f9");
system("color f0");
}
return 0;
}

&spm=1001.2101.3001.5002&articleId=129772002&d=1&t=3&u=e50557cb9dfa4b6e9fe8ce2ca0234408)
1861

被折叠的 条评论
为什么被折叠?



