2019年3月24日
摘要: For each position, use A[i] to record the max value of A[j] + j, which j 阅读全文
posted @ 2019-03-24 17:49 王 帅 阅读(78) 评论(0) 推荐(0) 编辑
摘要: ```java class Solution { public boolean canThreePartsEqualSum(int[] A) { int sum = 0; for (int i = 0; i 阅读全文
posted @ 2019-03-24 17:48 王 帅 阅读(108) 评论(0) 推荐(0) 编辑