public class Solution { public bool StoneGame(int[] piles) { return true; } } 这问题很不好。。。 转载于:https://www.cnblogs.com/asenyang/p/9750646.html