我真的会无语好吗?出题那位,你在干嘛?
2024-05-08 19:35:59
发布于:广东
46阅读
0回复
0点赞
#include <iostream>
using namespace std;
int main() {
cout << " ___ ______ _______ ______ " << endl;
cout << " / \\ / | / _____| / __ \\ " << endl;
cout << " / ^ \\ | ,----'| | __ | | | | " << endl;
cout << " / /_\\ \\ | | | | |_ | | | | | " << endl;
cout << " / _____ \\ | `----.| |__| | | `--' |" << endl;
cout << "/__/ \\__\\ \\______| \\______| \\______/" << endl;
return 0;
}
这里空空如也
有帮助,赞一个