题解
2023-07-07 12:19:54
发布于:上海
54阅读
0回复
0点赞
#include<iostream>
using namespace std;
int main()
{
cout << "***********" << endl;
cout << "* ******* *" << endl;
cout << "* * * *" << endl;
cout << "* * * *" << endl;
cout << "* ******* *" << endl;
cout << "***********" << endl;
return 0;
}
全部评论 1
谢谢!
2024-09-27 来自 浙江
0
有帮助,赞一个