竞赛
考级
#include<bits/stdc++.h> using namespace std; int main(){ cout<<" * * * *"<<endl; cout<<" * *"<<endl; cout<<" * "<<endl; cout<<" * * *"; }
#include <bits/stdc++.h> using namespace std; int main(){ cout << " * * * *" << endl; cout << " * *" << endl; cout << " * " << endl; cout << " * * *" << endl; return 0; }
共63条
提交答案之后,这里将显示提交结果~