大于若智
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《挂了第二组第二个点求调》回复:
@[陈甘宇](luogu://user/366121) 感谢大佬,已关
在讨论《挂了第二组第二个点求调》回复:
悬关
```cpp #include using namespace std; const int N=1e4+5; const int inf=0x3f3f3f3f; struct edge{ int to,nxt,w; } e[N*2]; int head[N],cnt=0; void add(int a,int b,i…