该文被密码保护。 阅读全文
posted @ 2018-12-19 17:32 Christopher_Yan 阅读(1) 评论(0) 推荐(0) 编辑
摘要: The Unique MST Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 37818 Accepted: 13835 Description Given a connected undirected graph, tell i 阅读全文
posted @ 2018-12-16 19:11 Christopher_Yan 阅读(245) 评论(2) 推荐(0) 编辑
摘要: 二维前缀和 || 类子序列和的DP 后者快,压二维为一维的方法 阅读全文
posted @ 2018-12-14 10:44 Christopher_Yan 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 最大m段子段和,滚动数组 阅读全文
posted @ 2018-12-14 09:53 Christopher_Yan 阅读(129) 评论(0) 推荐(0) 编辑
摘要: Christopher_Yan's Coding Standard PART I 位置 & 空位规范{ 1 头文件置于源代码最顶部,左括号左边空一格,且长度不严格递减。 #include <algorithm> #include <iostream> #include <cstring> 2 宏定义 阅读全文
posted @ 2018-12-13 17:19 Christopher_Yan 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 递推,放苹果 阅读全文
posted @ 2018-12-13 14:52 Christopher_Yan 阅读(273) 评论(0) 推荐(0) 编辑
摘要: 递推+猜结论?(也不算猜的 阅读全文
posted @ 2018-12-13 11:15 Christopher_Yan 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 错排列问题,依然裸题。。。 阅读全文
posted @ 2018-12-13 10:20 Christopher_Yan 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 错排公式 阅读全文
posted @ 2018-12-13 10:10 Christopher_Yan 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 水到不想整理,线性DP 阅读全文
posted @ 2018-12-13 09:23 Christopher_Yan 阅读(175) 评论(0) 推荐(0) 编辑