摘要: Monkey King HDU - 1512 忽然看到左偏树,挺简单的,抄了个模板题练练 1 //左偏树 2 #include <bits/stdc++.h> 3 using namespace std; 4 const int maxn = 100010; 5 struct Node{ 6 int 阅读全文
posted @ 2018-01-25 23:04 yijiull 阅读(192) 评论(0) 推荐(0) 编辑
摘要: Haruna’s Breakfast HYSBZ - 4129 https://www.cnblogs.com/Paul-Guderian/p/6933799.html Haruna’s Breakfast HYSBZ - 4129 Haruna’s Breakfast https://www.cn 阅读全文
posted @ 2018-01-25 15:08 yijiull 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 数颜色 HYSBZ - 2120 1 //modify dodui 2 #include <cstdio> 3 #include <cstring> 4 #include <cmath> 5 #include <algorithm> 6 #include <iostream> 7 using nam 阅读全文
posted @ 2018-01-25 14:39 yijiull 阅读(106) 评论(0) 推荐(0) 编辑
摘要: Mato的文件管理 HYSBZ - 3289 莫队 树状数组 离散化 Mato的文件管理 HYSBZ - 3289 Mato的文件管理 莫队 树状数组 离散化 1 #include <cstdio> 2 #include <cstring> 3 #include <cmath> 4 #include 阅读全文
posted @ 2018-01-25 13:07 yijiull 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 小Z的袜子(hose) HYSBZ - 2038 莫队经典 1 #include <iostream> 2 #include <cmath> 3 #include <cstdio> 4 #include <cstring> 5 #include <algorithm> 6 #define LL lo 阅读全文
posted @ 2018-01-25 11:04 yijiull 阅读(212) 评论(0) 推荐(0) 编辑