上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 50 下一页
摘要: https://www.luogu.org/problemnew/show/P3862#sub P3862 8月月赛B 推公式:f(n)->f(n+1) 奇葩的预处理 https://www.luogu.org/problemnew/solution/P3862 P3862 8月月赛B 阅读全文
posted @ 2018-08-27 14:35 congmingyige 阅读(158) 评论(0) 推荐(0) 编辑
摘要: pi=acos(-1.0) https://www.luogu.org/problemnew/show/T4529 阅读全文
posted @ 2018-08-27 13:48 congmingyige 阅读(1210) 评论(0) 推荐(0) 编辑
摘要: T4530 青年π https://www.luogu.org/problemnew/show/T4530 阅读全文
posted @ 2018-08-27 13:44 congmingyige 阅读(598) 评论(0) 推荐(0) 编辑
摘要: 1001. 1003. 往定理上靠 观察数据的直觉。。。 1004. 费马大定理:当整数n >2时,关于x, y, z的方程 x^n + y^n = z^n 没有正整数解。 当不知道这公式时,猜,试! 1007. 检查错误时,不妨再看一下题目 最大连续长度不超过m的子序列和: (单调队列) stud 阅读全文
posted @ 2018-08-26 20:20 congmingyige 阅读(292) 评论(0) 推荐(0) 编辑
摘要: tarjan 父节点和子节点 阅读全文
posted @ 2018-08-24 23:54 congmingyige 阅读(157) 评论(0) 推荐(0) 编辑
摘要: http://codeforces.com/contest/1025/problem/D 树 dp 优化 f[x][y][0]=f[x][z][1] & f[z+1][y][0] ( gcd(a[x-1],a[z])<>0 ) f[x][y][1]=f[x][z][1] & f[z+1][y][0] 阅读全文
posted @ 2018-08-24 17:16 congmingyige 阅读(148) 评论(0) 推荐(0) 编辑
摘要: http://codeforces.com/contest/1023/problem/E 交互题 阅读全文
posted @ 2018-08-24 16:10 congmingyige 阅读(139) 评论(0) 推荐(0) 编辑
摘要: http://codeforces.com/contest/842/problem/C 树 dp 一个数的质因数有限,用set存储,去重 阅读全文
posted @ 2018-08-24 15:04 congmingyige 阅读(127) 评论(0) 推荐(0) 编辑
摘要: http://codeforces.com/contest/842/problem/D 树 二进制(路径,每个节点代表一位) 阅读全文
posted @ 2018-08-24 14:49 congmingyige 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 #include 10 #include 11 #include 12 #include 13 #include 14 #include ... 阅读全文
posted @ 2018-08-24 13:32 congmingyige 阅读(284) 评论(0) 推荐(0) 编辑
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 50 下一页