非常简单的题解,有手就行!!!
2025-11-15 20:36:09
发布于:广东
7阅读
0回复
0点赞
#include <iostream>
using namespace std;
int main(){
cout << " +---+" << endl;
cout << " / /|" << endl;
cout << "+---+ |" << endl;
cout << "| | +" << endl;
cout << "| |/" << endl;
cout << "+---+";
return 0;
}
这里空空如也







有帮助,赞一个