题解
2024-01-24 20:20:53
发布于:广东
4阅读
0回复
0点赞
#include <bits/stdc++.h>
using namespace std;
int main(){
cout << " *" << endl;
cout << " * *" << endl;
cout << " * " << endl;
cout << " *" << endl;
cout << " * *" << endl;
cout << " * *" << endl;
cout << " *" << endl;
return 0;
}
这里空空如也
有帮助,赞一个