上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 50 下一页
摘要: 题目连接:UVA - 11186 意外发现这道题,最近发现贡献度这个东西很常见啊。。。 可是我什么都不会。。。 先存一下http://www.cnblogs.com/zhuanzhuruyi/p/6160694.html 阅读全文
posted @ 2017-05-03 22:14 yijiull 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 题目连接:POJ - 1741 看了好长时间才明白了点...... 网上讲解很多但感觉都不够详细。。。大概是太弱了吧-_-|| 学通了再回来写详解。。。 阅读全文
posted @ 2017-05-03 20:30 yijiull 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 题目连接:HDU - 1848 阅读全文
posted @ 2017-05-03 18:02 yijiull 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 为学树的分治做准备。。。 题目连接:POJ 1655 1 #include<cstdio> 2 #include<cstring> 3 #include<iostream> 4 using namespace std; 5 const int maxn=20010; 6 const int inf= 阅读全文
posted @ 2017-05-03 08:12 yijiull 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 题目连接:UVA - 11375 递推+大数 分析参见lij白书p110 阅读全文
posted @ 2017-05-02 23:48 yijiull 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 题目连接:UVA - 11806 阅读全文
posted @ 2017-05-02 16:29 yijiull 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 题目连接:UVA 10325 阅读全文
posted @ 2017-05-02 16:28 yijiull 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 题目连接:HDU - 4135 开始学容斥原理。 阅读全文
posted @ 2017-05-02 13:57 yijiull 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 链接:http://codeforces.com/contest/798 A:Mike and palindrome 考虑不全面wa一次,水题。 1 #include<cstdio> 2 #include<cstring> 3 char s[20]; 4 5 int main() 6 { 7 sca 阅读全文
posted @ 2017-05-02 08:13 yijiull 阅读(1948) 评论(0) 推荐(0) 编辑
摘要: 连接:http://codeforces.com/contest/800 A:Voltage Keepsake 二分 边界不会求,试了几次-_-|| 1 #include<cstdio> 2 #include<cstring> 3 const int maxn=100010; 4 double a[ 阅读全文
posted @ 2017-05-01 22:47 yijiull 阅读(178) 评论(0) 推荐(0) 编辑
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 50 下一页