题解 | #小飞机#
小飞机
https://www.nowcoder.com/practice/5cd9598f28f74521805d2069ce4a108a
#include<bits/stdc++.h>
using namespace std;
int main()
{
cout<<" **"<<endl;
cout<<" **"<<endl;
cout<<"************"<<endl;
cout<<"************"<<endl;
cout<<" * *"<<endl;
cout<<" * *";
return 0;
}

