ert
2024-08-08 19:13:03
发布于:广东
#include <iostream>
using namespace std;
int main(){
cout << " ___ ______ _______ ______ " << endl;
cout << " / \\ / | / _____| / __ \\ " << endl;
cout << " / ^ \\ | ,----'| | __ | | | | " << endl;
cout << " / /_\\ \\ | | | | |_ | | | | | " << endl;
cout << " / _____ \\ | `----.| |__| | | `--' | " << endl;
cout << "/__/ \\__\\ \\______| \\______| \\______/" << endl;
return 0;
}
这里空空如也
有帮助,赞一个