功能
用到的觀念
CODE
#include<iostream>
#include<iomanip>
using namespace std;
//int _tmain(int argc, _TCHAR* argv[])
int main()
{
cout<<"there is a picture"<<endl;
cout<<"/ \\ / \\ "<<endl;
cout<<"\\_ \\ / _/"<<endl;
cout<<" _\\ \\ / /_ "<<endl;
cout<<" \\__ \\___/ _/ "<<endl;
cout<<" \\_ _/ "<<endl;
cout<<" | \\ "<<endl;
cout<<" | @ @ \\_ "<<endl;
cout<<" _/ /\\ "<<endl;
cout<<" / 0) (0/\\ \\_ "<<endl;
cout<<" \\______/ / "<<endl;
cout<<" \\______/ "<<endl;
system("pause");
return 0;
}
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.112.7.59