摘要:
这道题再次证明了这种细节的题目,画个图容易搞清楚 1 import java.util.Scanner; 2 3 4 public class Solution2 { 5 static int DateOfWeekday(int date, int weekday) { 6 ... 阅读全文
posted @ 2015-02-27 14:09
neverlandly
阅读(510)
评论(0)
推荐(0)
摘要:
Combination Sum I 那道题的变体 1 /* 2 * Complete the function below. 3 */ 4 5 static int is_score_possible(int score, int[] increments) { 6 A... 阅读全文
posted @ 2015-02-27 12:22
neverlandly
阅读(430)
评论(0)
推荐(0)
浙公网安备 33010602011771号