这种题应该设为入门
2026-07-18 17:03:03
发布于:广东
2阅读
0回复
0点赞
这个感觉还不算上普及
#include <iostream>
using namespace std;
int main(){
cout << "" << endl;
cout << "* ******* " << endl;
cout << " * * " << endl;
cout << " * * " << endl;
cout << " ******* *" << endl;
cout << "" << endl;
return 0;
}



这里空空如也


有帮助,赞一个