摘要: 从别的大佬处看到的模板 https://ac.nowcoder.com/acm/contest/889/A 取余可以不是质数的高级BM/LR 阅读全文
posted @ 2018-10-02 21:36 我要见血小板 阅读(327) 评论(0) 推荐(0) 编辑
摘要: 单点修改,区间查询: 区间修改,单点查询: 区间修改,区间查询 阅读全文
posted @ 2018-10-02 18:25 我要见血小板 阅读(119) 评论(0) 推荐(0) 编辑
摘要: spfa: dijkstra: 阅读全文
posted @ 2018-10-01 10:14 我要见血小板 阅读(187) 评论(0) 推荐(0) 编辑
摘要: #include #define fi first #define se second #define INF 0x3f3f3f3f #define fio ios::sync_with_stdio(false);cin.tie(0);cout.tie(0) #define pqueue priority_queue #define NEW(a,b) memset(a,b,sizeof(a)) ... 阅读全文
posted @ 2018-09-09 09:50 我要见血小板 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 题目: HDU 6356 http://acm.hdu.edu.cn/showproblem.php?pid=6356 很裸的线段树 阅读全文
posted @ 2018-08-10 16:56 我要见血小板 阅读(319) 评论(0) 推荐(0) 编辑
摘要: 非指针Treap 阅读全文
posted @ 2018-07-31 13:52 我要见血小板 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 题目: http://codeforces.com/contest/1011/problem/D This is an interactive problem. Natasha is going to fly to Mars. Finally, Natasha sat in the rocket. 阅读全文
posted @ 2018-07-27 16:15 我要见血小板 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 题目 http://codeforces.com/contest/1011/problem/C Natasha is going to fly on a rocket to Mars and return to Earth. Also, on the way to Mars, she will la 阅读全文
posted @ 2018-07-27 15:54 我要见血小板 阅读(275) 评论(0) 推荐(0) 编辑
摘要: HDU 1711 Number Sequence(KMP模板题) http://acm.hdu.edu.cn/showproblem.php?pid=1711 HDU 2222 Keywords Search(AC自动机模板题) http://acm.hdu.edu.cn/showproblem.p 阅读全文
posted @ 2018-07-27 15:05 我要见血小板 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 题目: http://acm.hdu.edu.cn/showproblem.php?pid=6315 Naive Operations Time Limit: 6000/3000 MS (Java/Others) Memory Limit: 502768/502768 K (Java/Others) 阅读全文
posted @ 2018-07-25 18:37 我要见血小板 阅读(1151) 评论(2) 推荐(1) 编辑