洛谷超级玛丽的表亲
2024-11-19 20:35:46
发布于:北京
2阅读
0回复
0点赞
#include <iostream>
using namespace std;
int main() {
cout << " ___ ______ _______ ______ " << endl;
cout << " / \\ / | / _____| / __ \\ " << endl;
cout << " / ^ \\ | ,----'| | __ | | | | " << endl;
cout << " / /_\\ \\ | | | | |_ | | | | | " << endl;
cout << " / _____ \\ | `----.| |__| | | `--' |" << endl;
cout << "/__/ \\__\\ \\______| \\______| \\______/" << endl;
return 0;
}
这里空空如也
有帮助,赞一个