随笔分类 -  *数据结构---分块

摘要:树的统计Count HYSBZ - 1036 高级数据结构p329 感叹一句分块大法吼啊... 1 #include <cstdio> 2 #include <cstring> 3 #include <iostream> 4 #include <cmath> 5 #include <algorith 阅读全文
posted @ 2018-01-26 23:58 yijiull 阅读(187) 评论(0) 推荐(0)
摘要:Editor HYSBZ - 1507 对着书敲的,,学习一波 1 #include <cstdio> 2 #include <cstring> 3 using namespace std; 4 5 const int MAXL = 2 * 1024 * 1024 + 100; 6 const in 阅读全文
posted @ 2018-01-26 17:25 yijiull 阅读(173) 评论(0) 推荐(0)
摘要:I Hate It HDU - 1754 I Hate It HDU - 1754 I Hate It 1 //fen kuai 2 #include <bits/stdc++.h> 3 using namespace std; 4 const int maxn = 200010; 5 const 阅读全文
posted @ 2018-01-24 19:09 yijiull 阅读(147) 评论(0) 推荐(0)
摘要:看了这篇差不多就入门了:链接 这个也可以:链接 阅读全文
posted @ 2018-01-24 12:18 yijiull 阅读(116) 评论(0) 推荐(0)
摘要:Array Transformer UVA - 12003 白书p393 1 #include <bits/stdc++.h> 2 using namespace std; 3 const int maxn = 300010; 4 const int size = 4096; 5 6 int n, 阅读全文
posted @ 2018-01-22 15:55 yijiull 阅读(155) 评论(0) 推荐(0)