Who's to say where the wind will take you? Who's to say what it is will break you?
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《CSP能用set,map和lower_bound吗》回复:
谢谢
在CF上交,第7个点是RE 在洛谷上交,第7个点WA。。。 ```cpp /*将每条边删去的时间戳记为这条边的权值, 如果将边权从大到小(即在时间上从后往前)建起Kruskal重构树的话, 每个子树都代表着一个时间点上的联通块*/ #include #include #include using namespace s…
``` #include #include #include #include #include #include using namespace std; typedef long long ll; const int MAXN=900005; char t[MAXN]; int s[MAXN]; int N,M,T…
``` #include #include #include using namespace std; int n,m,p1,s1,s2,c[100005]; long long dragon,tiger,dis,ans; int main(){ //freopen("testdata(1).in","r",stdin…
在讨论《为什么WA了》回复:
```#include #include #include using namespace std; const int inf=0x7fffffff; struct node{ int u,v,w,f,next; }edge[10020]; int n,m,s,t,cnt,head[5001],pre[5001],d…
在讨论《为什么WA了》回复:
(暂无内容)
```cpp #include #include #include using namespace std; const int inf=0x7fffffff; struct node{ int u,v,w,f,next; }edge[10020]; int n,m,s,t,cnt,head[5001],pre[500…
#include #include #include using namespace std; const int inf=0x7fffffff; struct node{ int u,v,w,f,next; }edge[10020]; int n,m,s,t,cnt,head[5001],pre[5001],dis[…