tj
2025-08-13 14:38:30
发布于:福建
3阅读
0回复
0点赞
#include <bits/stdc++.h>//万能头
using namespace std;//使用万能头
int main() {//主函数
cout << "***********" << endl;//start
cout << "* ******* *" << endl;
cout << "* * * *" << endl;
cout << "* * * *" << endl;
cout << "* ******* *" << endl;
cout << "***********" << endl;//end
//start-->end:输出图形
return 0;//结束程序
}
这里空空如也
有帮助,赞一个