Attention is all you need.
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《51分求调》回复:
已过,此贴结。 死因如下(警示后人): 1. 第 $55$ 行: ```cpp if(j>i) sum+=q[j].second; ``` 由于我的打法缘故,此处应为 ```cpp if(j>i) sum+=q[j-1].second; ``` 2. $dfs2$ 函数: ```cpp LL dfs2(LL u,LL…
在讨论《51求调》回复:
@[hcx2012](luogu://user/540229) gt函数第 $51$ 行有误, ```cpp dfs3(x,y,x,0,0); ``` 应改为 ```cpp dfs3(bh[x],bh[y],x,0,0); ``` 理由是因为 $dfs3$ 中的 $l$ , $r$ 都在与 $bh[i]$ 比较,所以应…
rt 其实样例2也没过( 有无巨佬帮忙调一下,本人已崩溃 ```cpp #include #include using namespace std; typedef long long LL; const LL N=400; vector >v[N],q; LL n,s,len,vis[N],Ans=1e18,maxs…
在讨论《IAOI、梦熊周赛作弊名单》回复:
留名
在讨论《全 RE 求助》回复:
把数组开大点试试?比如把 $M$ 调成6e6+5
在讨论《方程题,玄1关》回复:
@[liuruiqing](/user/1118614) 因式分解大除法
在讨论《IOT Trap什么,请大佬帮忙!(可关一位)》回复:
@[HappyFlorr](/user/915822) 题目里说,第 $2$ 种操作只要输出,不用弹出
在讨论《洛谷 Dataset 代码征集公告》回复:
qp
在讨论《题解有误》回复:
@[N_z_](/user/320087) 感谢管理大大!
在讨论《题解有误》回复:
@[LegendaryGrandmaster](/user/686297) 看一下[这个](https://cdn.luogu.com.cn/upload/image_hosting/r5nnc0ru.png)。
测了一下样例1就这样了(洛谷IDE测的), (a.b表示第a页第b篇)。 1.1 WA 1.2 RE 1.3 无代码 1.4 无代码 1.6 无完整代码 1.8 RE 1.9 RE 1.10 TLE 2.1 无代码 2.2 RE 2.3 WA 2.4 RE 2.5 RE 测了个样例就这样了,~~我被坑了好久~~。 ~~…
全 TLE,但洛谷IDE测出来最多23 ms ,Dev 也差不多。 结果提交上去就[这样了](https://www.luogu.com.cn/record/126648662)。 求大佬解答! 代码: ```cpp #include #include using namespace std; long long n,…
[题目。](https://www.luogu.com.cn/problem/P7374) 大概是输入的地方(\r)有问题,有大佬帮忙看看吗(改了好几天了)。 ```cpp #include #include using namespace std; long long n,t,ch,len; string sta;…
在讨论《后两个WA》回复:
@[wanwan2048](/user/911575) ``` #include using namespace std; long long a(long long x){ //int改long long就行 return x*(x+1)/2; } long long n,x;//因为你这里定义的是long long…
在讨论《全RE求助》回复:
emmmm……好吧,不过还是感谢您!
在讨论《全RE求助》回复:
~~sorry,现在才看到~~ 感谢大佬!已关注!
调了半天了,总是运行错误。 本人觉得可能是输入的问题(不确定),但改了还错。 有没有大佬帮忙看看? ``` #include #include using namespace std; long long n,t,ch; string sta; struct node{ long long number;// 编号 s…