#include<iostream>
using namespace std;
int main(){
cout << " ·+++++++ ·" << endl;
cout << " * --· --· * " << endl;
cout << " * O O *" << endl;
cout << " * ` * " << endl;
cout << " * WW * " << endl;
cout << " ____________ooo__ ____|__|____ _________________ " << endl;
cout << " * *" << endl;
cout << "* 天行健君子以自强不息,地势坤君子以厚德载物 *" << endl;
cout << " *________________________________ooo_____________*" << endl;
cout << " | | | " << endl;
cout << " | | | " << endl;
cout << " | __ | __ | " << endl;
cout << " | | | " << endl;
cout << " | __ | _ | " << endl;
cout << " (-- ) Y ( --)" << endl;
cout << " (___) (___) ";
return 0;
}

评论已关闭