这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《建议升黑》回复:
霍金也做不出来
在讨论《求条》回复:
@[Typhoon666](luogu://user/1097017)我去居然是彭于晏,哥哥好帅!
在讨论《求条》回复:
@[Typhoon666](luogu://user/1097017) 你看看我是谁在说话呢
在讨论《求条》回复:
@[Typhoon666](luogu://user/1097017) 你很厉害吗
在讨论《求条》回复:
不是哥们这都做不出来白活了
Wa on #3 #4 #5 ```cpp #include #define mid (l+r)/2 using namespace std; struct node{ int sum,lc,rc; }; const int N=1e5+5; int T; int n,m; vector e[N]; int fa[N]…