摘要:
原题 "洛谷" "BZOJ" Solution 这道题目不是看到就发现是一道树链剖分的裸题吗? cpp include include define ll long long ll max(ll a,ll b){ if(a b)return a; return b; } void swap(int 阅读全文
posted @ 2018-10-22 22:18
cj_gjh
阅读(145)
评论(0)
推荐(0)
摘要:
原题 "BZOJ" "洛谷" Solution 直接很简单的树链剖分然后搞一个线段树维护一下就好了? 阅读全文
posted @ 2018-10-22 21:44
cj_gjh
阅读(112)
评论(0)
推荐(0)