真的只有一个.
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《90pts 求调》回复:
@[a_cow_of_FJ](luogu://user/1391214)哈哈哈哈今天不上
```cpp #include #define int long long using namespace std; //最长路 /* 1.a=b 2.a =b 4.a>b; 5.a q; vector t[N]; int spfa(){ q.push(0); f[0]=true; memset(d,-0x3f,siz…
```cpp #include #define int long long using namespace std; struct node{ int v,id;//a[u].id表示u v边的编号 }; const int N=5e5+5; int n; int dep[N]; int f[N][30]; vecto…
```cpp #include #define int long long using namespace std; const int N=5e5+5; int n; int dep[N]; int f[N][30]; vector t[N]; int dan[N],duo[N]; int cf[N];//差分数组…
```cpp #include #define int long long using namespace std; const int N=5e5+5; int n; int dep[N]; int f[N][30]; vector t[N]; int dan[N],duo[N]; int cf[N];//差分数组…
```cpp #include #define int long long using namespace std; const int N=5e5+5; int n; int dep[N]; int f[N][30]; vector t[N]; int dan[N],duo[N]; int cf[N];//差分数组…
```cpp #include #define int long long using namespace std; const int N=5e5+5; int n,k; int dep[N]; int f[N][30]; vector t[N]; int cf[N];//差分数组 int ans; void dfs…
在讨论《倍增+最小生成树 16pts求调》回复:
@[a_cow_of_FJ](luogu://user/1391214)dalao你人太好了啊感谢感谢感谢%%%
在讨论《0pts求调》回复:
@[a_cow_of_FJ](luogu://user/1391214)哦哦哦知道了谢谢dalao啊
```cpp #include #define int long long using namespace std; const int N=1e4+5; struct node { int u,v,w; }; struct node2 { int v,w; }; int n,m; int ts; int fa[N][…
```cpp //P1967双倍经验 #include using namespace std; const int N=5e5+5; struct node { int u,v,w; }; struct node2 { int v,w; }; int n,m; int ts; int fa[N][25]; int d…
```cpp #include using namespace std; const int N=1e4+5; struct node { int u,v,w; }; struct node2 { int v,w; }; int n,m; int ts; int fa[N][25]; int dp[N][25]; in…
在讨论《代码求调50分》回复:
@[想不好名字](luogu://user/358793) 你的fx在主函数里没有调用,导致ans赋值不正确。
在讨论《12pts求调》回复:
@[a_cow_of_FJ](luogu://user/1391214)哦哦哦知道了谢谢你大佬已AC
在讨论《12pts求调》回复:
@[a_cow_of_FJ](luogu://user/1391214)那应该如何修改?是在sushushai函数前加上memset初始化为1吗
在讨论《12pts求调》回复:
## 还有一个TLE版本的 ```cpp #include using namespace std; int t,n; bool f[100000005]; int a[500005]; bool vis[100000005]; int m; int p[100000005]; void sushushai(){ fo…
## RE:8,只有前三个点A了 ```cpp #include using namespace std; int t,n; bool f[100000005]; int a[500005]; bool vis[100000005]; int m; int p[100000005]; void sushushai(){…
在讨论《58pts求调》回复:
@[a_cow_of_FJ](luogu://user/1391214)哈哈哈感谢感谢
在讨论《58pts求调》回复:
@[a_cow_of_FJ](luogu://user/1391214)互关一下吧大佬太有缘分了,以后有机会帮你改一道
在讨论《58pts求调》回复:
啊大佬怎么又是你啊哈哈哈哈感谢感谢
```cpp #include #define int long long using namespace std; const int N=5e5+5; struct _{ int v,w; }; vector a[N]; int n,s,dp[N],vis[N]; int ans; void dfs(int u){…
在讨论《0pts 求调》回复:
@[a_cow_of_FJ](luogu://user/1391214)奥明白了谢谢大佬%%%
在讨论《0pts 求调》回复:
@[a_cow_of_FJ](luogu://user/1391214)奥这个理解了,但是为什么必须是step-1啊,改成step就会TLE,
在讨论《0pts 求调》回复:
@[a_cow_of_FJ](luogu://user/1391214)这个理解了,vis数组含义还没有完全理解
在讨论《0pts 求调》回复:
@[a_cow_of_FJ](luogu://user/1391214) 没太理解可以详细说一下嘛谢谢