这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《大神们,,实在看不出来哪错,,就WA最后两组T-T》回复:
```cpp #include using namespace std; #define M 200000 #define Max(a,b,c) max(max(a,b),c); struct edge{int from,to,w;}a[M]; int small[M][50],fa[M],deep[M],anc[M]…
#include using namespace std; #define M 200000 #define Max(a,b,c) max(max(a,b),c); struct edge{int from,to,w;}a[M]; int small[M][50],fa[M],deep[M],anc[M][50]; i…