摘要: 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) 编辑
摘要: 线性Dp Fabonacci 阅读全文
posted @ 2018-12-13 09:17 Christopher_Yan 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 递推 枚举起点状态 阅读全文
posted @ 2018-12-13 09:12 Christopher_Yan 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 经典线性DP Fabonacci 阅读全文
posted @ 2018-12-13 08:47 Christopher_Yan 阅读(165) 评论(0) 推荐(0) 编辑