Zheaoli / do-something-right

MIT License
37 stars 3 forks source link

2022-11-11 #418

Open Zheaoli opened 1 year ago

Zheaoli commented 1 year ago

2022-11-11

jingkecn commented 1 year ago
/*
 * @lc app=leetcode.cn id=877 lang=csharp
 *
 * [877] 石子游戏
 */

// @lc code=start
public class Solution {
    public bool StoneGame(int[] piles) {
        // Alice can always win.
        // 還 dp 條毛😂
        return true;
    }
}
// @lc code=end

微信id: 我要成為 Dr. 🥬 来自 vscode 插件