这题很简单
2024-08-24 14:06:44
发布于:云南
2阅读
0回复
0点赞
只错了3遍
#include<bits/stdc++.h>
using namespace std;
int main(){
cout << " ___ ______ _______ ______ " << endl;
cout << " / \\ / | / _____| / __ \\ " << endl;
cout << " / ^ \\ | ,----'| | __ | | | | " << endl;
cout << " / /_\\ \\ | | | | |_ | | | | | " << endl;
cout << " / _____ \\ | `----.| |__| | | `--' |" << endl;
cout << "/__/ \\__\\ \\______| \\______| \\______/" << endl;
return 0;
}
这里空空如也
有帮助,赞一个