class Solution { public: public: int LastRemaining_Solution(int n, int m) { int array[5000] = {1}; //定义一个数组 &nb...