摘要: 题目链接: Function 分析: icpccamp里的方法不会,我用了一个nex[]数组存储当前点ai需要取模的下一个点aj的编号j,如果aj>ai,就不用遍历。 时间为920ms 代码: 1 #include<cstdio> 2 #include<cstring> 3 #include<alg 阅读全文
posted @ 2016-09-12 16:09 遗风忘语 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 题目链接: Friends and Enemies 分析: 是一道想法题,我们假设x个人互相敌对,然后有y个人与这x个人都是朋友,而这y个人互相敌对。 则有 x+y=m x*y<=n 举个例子: x为3,y为3 x为123,456,789 而y为147,258,369 感觉比较巧妙 代码: 1 #i 阅读全文
posted @ 2016-09-12 16:04 遗风忘语 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 题目链接; Football Games 分析: 先将分数排序,然后 代码: 1 #include <cstdio> 2 #include <cstring> 3 #include <cstdlib> 4 #include <ctime> 5 #include <cmath> 6 #include 阅读全文
posted @ 2016-09-12 15:59 遗风忘语 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 题目链接: A.Memory and Crow<!-- --><!-- --> B.Memory and Trident<!-- --><!-- --> C.Memory and De-Evolution<!-- --><!-- --> D.Memory and Scores<!-- --><!-- 阅读全文
posted @ 2016-09-12 12:40 遗风忘语 阅读(204) 评论(0) 推荐(0) 编辑