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