题解 | 小飞机
小飞机
https://www.nowcoder.com/practice/5cd9598f28f74521805d2069ce4a108a
#include <iostream>
using namespace std;
int main() {
cout << " **" << endl;
cout << " **" << endl;
cout << "************" << endl;
cout << "************" << endl;
cout << " * *" << endl;
cout << " * *" << endl;
}
// 64 位输出请用 printf("%lld")

