08 2020 档案

摘要:https://blog.csdn.net/qq_21997625/article/details/84672775 阅读全文
posted @ 2020-08-29 14:38 人生有味是清欢 阅读(206) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/m0_37809890/article/details/83109136 阅读全文
posted @ 2020-08-23 12:43 人生有味是清欢 阅读(111) 评论(0) 推荐(0)
摘要:#include<bits/stdc++.h> using namespace std; inline long long read(){ long long num=0;int z=1;char c=getchar(); if(c=='-') z=-1; while((c<'0'||c>'9')& 阅读全文
posted @ 2020-08-10 08:31 人生有味是清欢 阅读(184) 评论(0) 推荐(0)
摘要:LCA+树上差分 #include <bits/stdc++.h> using namespace std; #define maxn 50010 #define ll long long #define res register int struct Node{ int to,next; }; N 阅读全文
posted @ 2020-08-03 09:52 人生有味是清欢 阅读(143) 评论(0) 推荐(0)