摘要: 题意 alice和bob又开始了 方法 先手稳赢 代码 class Solution { public: bool stoneGame(vector<int>& piles) { return true; } }; 阅读全文
posted @ 2022-10-17 20:00 Figure_at_a_Window 阅读(14) 评论(0) 推荐(0)