升级版打飞机! #include <iostream> #include <stdlib.h> #include <time.h> #include <windows.h> #include <conio.h> #include <cmath> using namespace std; char sky[16][11]; bool game; int NumberOfEnemies; int NumberOfShowing; int score; class player { public: ...