不能抄!
2024-07-14 14:50:03
发布于:广东
18阅读
0回复
0点赞
想看真题没门!
哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈嘿嘿嘿!!!!!!
#include <bits/stdc++.h>
using namespace std;
int main(){
cout<<" ******* * * * "<<endl;
cout<<" * * *"<<endl;
cout<<" * * ** * * "<<endl;
cout<<" ** *"<<endl;
cout<<" * * ** * * *";
return 0;
}
全部评论 2
#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; }
2025-01-12 来自 广东
0有门
2025-01-12 来自 广东
0
有帮助,赞一个