//
//Created by Carlgood.
//
//Note:This program is written in version DEV-C++ 5.11.
# include<iostream>
# include<cmath>
# include<string>
# include<cstring>
# include<cstdio>
# include<algorithm>
# include<sstream>
# include<iomanip>
# include<vector>
# include<queue>
# include<deque>
# include<stack>
# include<stdio.h>
# include<windows.h>
# define This_program_is_written_by_Carlgood_Programming_Studio 9876543210
using namespace std;
void slowout(char *p)
{
while(1)
{
if(*p!=0)
{
printf("%c",*p++);
}
else
{
break;
}
Sleep(1);
}
cout<<endl;
}
int main()
{
slowout("__________________________________________________");
slowout("| HEFEI CITY BUS | 166 |---");
slowout("| ____ ____ ____ ____ ____ |____ | |");
slowout("| | | | | | | ------- | | | | ---- | | | |");
slowout("| | | | | | | | | | | | | | | | | | | ---");
slowout("| | | | | | | | | | | | | | | | | | | | |");
slowout("| ---- ---- ---- | | | ---- ---- | | ---- | | |");
slowout("|--| | | | _____ | | |--| ---");
slowout("|==| C.G.P.S | | | |166| | | |==|");
slowout("|--| ___ | | | -----___ | | |--|");
slowout("|----/ O \\-----------------------/ O \\-----------|");
slowout(" \\___/ \\___/");
return 0;
}
用C++画一个公交车
最新推荐文章于 2024-11-02 20:20:37 发布