题解
2023-06-27 19:40:13
发布于:上海
10阅读
0回复
0点赞
#include<bits/stdc++.h>
using namespace std;
int main(){
cout << " +---+" << endl;
cout << " / /|" << endl;
cout << "+---+ |" << endl;
cout << "| | +" << endl;
cout << "| |/" << endl;
cout << "+---+" << endl;
return 0;
}
这里空空如也
有帮助,赞一个