摘要: 玛雅历 public static void Acm1008(int day, string mon, int year) { int m = 0; switch (mon) { case ... 阅读全文
posted @ 2015-03-19 09:54 BoVoM 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 求逆序数,快排 public static void acm1007(int a, string[] c) { Dictionary dic = new Dictionary(); int[] i = new int[a]; ... 阅读全文
posted @ 2015-03-19 09:01 BoVoM 阅读(211) 评论(0) 推荐(0) 编辑