摘要: ` include include include using namespace std; class Game { public: Game() { this->energy = this->energy2 = 0; this->HP = this->HP2 = 100; this->round 阅读全文