Processing math: 100%

05 2019 档案

摘要:xx 阅读全文
posted @ 2019-05-31 21:41 周栎 阅读(82) 评论(0) 推荐(0) 编辑
摘要:xx t3 point to pointhttps://blog.csdn.net/Eric1561759334/article/details/84306485 阅读全文
posted @ 2019-05-26 23:05 周栎 阅读(73) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/hchhch233/p/10356186.html 阅读全文
posted @ 2019-05-25 20:16 周栎 阅读(90) 评论(0) 推荐(0) 编辑
摘要:xi 1 #include<bits/stdc++.h> 2 using namespace std; 3 const int N=1e5+999; 4 int fa[N][24]; 5 vector<int> v[N]; 6 int n; 7 void ad(int x,int y){ 8 v[x 阅读全文
posted @ 2019-05-18 17:01 周栎 阅读(143) 评论(0) 推荐(0) 编辑
摘要:分治 #include<bits/stdc++.h> using namespace std; const int N=1e6; #define ll long long long long tmin[N],tmax[N],h[N],ans; void mk(int o,int l,int r){ 阅读全文
posted @ 2019-05-17 20:40 周栎 阅读(142) 评论(0) 推荐(0) 编辑
摘要:注意事项 如果状态的0、1表示的是地点在c还是d的话会有不少问题,因为压根就不能体现出申请的时候的成功与失败结果,但是对于m 阅读全文
posted @ 2019-05-12 16:09 周栎 阅读(116) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示