摘要: 拓扑排序,裸的,水的。 第一发:题读错,输出错,输入错,到处错 $\longrightarrow$ 40pts (excuse me ?) 第二发:漏了输入层特判 $\longrightarrow$ 60pts (我操我自己) 第三发:$A$得毫无快感,毫无尊严,看着”普及+/提高“沉默良久 阅读全文
posted @ 2019-07-22 21:46 邱涵的秘密基地 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 一个1A主席树的男人,沦落到褪水DP举步维艰 cpp include include include include include define R(a,b,c) for(register int a = (b); a = (c); a) define Max(a,b) ((a) (b) ? (a 阅读全文
posted @ 2019-07-22 20:38 邱涵的秘密基地 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 惊恐地发现自己连区间DP都会错2333 cpp include include include include include define R(a,b,c) for(register int a = (b); a = (c); a) define Max(a,b) ((a) (b) ? (a) : 阅读全文
posted @ 2019-07-22 20:02 邱涵的秘密基地 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 与hzw的分块2类似,放vector排序 阅读全文
posted @ 2019-07-22 17:47 邱涵的秘密基地 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 线段树做法很简单,但分块好啊 阅读全文
posted @ 2019-07-22 15:52 邱涵的秘密基地 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 为什么我这么弱 其实FFT也挺水的,一点数学基础加上细心即可。细节·技巧挺多。 递归 在TLE的边缘苦苦挣扎 cpp include include include include include define R(a,b,c) for(register int a = (b); a = (c); 阅读全文
posted @ 2019-07-22 12:55 邱涵的秘密基地 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 标记永久化,除非想$MLE$ 忽然感到主席树不过是函数式的树套树 阅读全文
posted @ 2019-07-22 10:35 邱涵的秘密基地 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 用$depth$按秩合并,不能直接启发,数组开40倍左右 阅读全文
posted @ 2019-07-22 09:16 邱涵的秘密基地 阅读(164) 评论(0) 推荐(0) 编辑