摘要: public class Solution { public int MincostTickets(int[] days, int[] costs) { int weeklyStart = 0; int monthlyStart = 0; int[] dp = new int[days... 阅读全文
posted @ 2019-01-28 18:35 Sempron2800+ 阅读(249) 评论(0) 推荐(0) 编辑
摘要: public class Solution { private string M1(int A, int B) { StringBuilder sb = new StringBuilder(); int groupA = A / 2; int freeA = A % 2; ... 阅读全文
posted @ 2019-01-28 14:53 Sempron2800+ 阅读(120) 评论(0) 推荐(0) 编辑