我要退役!!!!
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include #define int long long using namespace std; const int maxn=1000000+1111; int m,q,c,n; int tot,root; struct node{ int lc,rc,val; int siz,pri; }tr[…
在讨论《救救孩子》回复:
懂了吗?
在讨论《救救孩子》回复:
才能维持太空电梯运行时所需要的蓝色树叶
在讨论《救救孩子》回复:
不是,这很简单啊
在讨论《求助大佬,悬关的,TLE#5-#10》回复:
# 更新一下 ```cpp #include #define int long long using namespace std; const int maxn=100000+111; int n,m,q,dis[maxn]; bool vis[maxn]; int x,y,ans[maxn]; struct node…
```cpp #include #define int long long using namespace std; const int maxn=100000+111; int n,m,q,dis[maxn]; bool vis[maxn]; int x,y,ans[maxn]; struct node{ int v…
在讨论《我玉玉了,不要笑挑战》回复:
qp
```cpp #include #define int long long using namespace std; const int maxn=100000+111; int n,m; int bian[maxn],mp[maxn],temp,temp1; bool vis[maxn]; int ans_MAX_P…
在讨论《帅气的大老们!!同志们!!90分,求改》回复:
@[imzfx_Square](/user/936183) @[xxseven](/user/988025) A 啦谢谢大佬
```cpp #include #define int long long using namespace std; const int maxn=16000+111; int n,a[2*maxn]; int dp[2*maxn]; bool vis[2*maxn]; vector vt[2*maxn]; void…
在讨论《NOI 2024 金钩已发放》回复:
qp
```cpp #include #define int long long using namespace std; const int maxn=666; int n,m,a,b; int ax[maxn],ay[maxn]; int bx[maxn],by[maxn]; bool vis[maxn][maxn];…
在讨论《30分,求好心大佬调!!》回复:
@[Clare613](/user/730276) 对哦! 反应过来了; 谢谢大佬
在讨论《30分,求好心大佬调!!》回复:
@[Clare613](/user/730276) 已关
在讨论《30分,求好心大佬调!!》回复:
@[Clare613](/user/730276) A啦! 谢谢大佬; 可是请问为什么边界是100呢? 它要去(1,1);走到(100,100)不就绕路了吗
```cpp #include #define int long long using namespace std; const int maxn=10000+111; int x2,y2,x3,y3; bool vis[maxn][maxn]; int dr[8][2]={{-2,-1},{-2,1},{-1,2},…
在讨论《最后一个WA了!!请求大佬帮助!》回复:
@[a18981826590](/user/1050072) 谢谢大佬!过啦!!
在讨论《最后一个WA了!!请求大佬帮助!》回复:
救命!!啊!!!
```cpp #include using namespace std; const int maxn=500+11; int n,m; int d[8][2]={{-2,-1},{-2,1},{-1,2},{1,2},{2,1},{2,-1},{1,-2},{-1,-2}}; int a[maxn][maxn]; b…
# dp50分求助!!!!! ``` #include using namespace std; const int maxn=10+111; int n,m,t; int sx,sy,fx,fy; int zx[maxn],zy[maxn]; int z[maxn][maxn]; int dp[maxn][maxn]…