这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在CF上提交,总是被卡第9个点。 (傻口二分) 是有什么特殊情况吗(特意加了精度,还是WA) ```cpp #include #include #include #include using namespace std; const int N = 1010; const double esp = 1e-9; int…
在讨论《萌新刚学c艹,tarjan求lca,然后wa了一个点还一北分!?》回复:
@[JoeBiden2020](/user/432183) 过了,过了!!dalao%%%
在讨论《萌新刚学c艹,tarjan求lca,然后wa了一个点还一北分!?》回复:
@[JoeBiden2020](/user/432183) 我康康去,忘了考虑了
救命!! ```cpp #include #include #include #include using namespace std; const int N = 5e5+10; struct E{ int next,to,num; }e1[N*2],e2[N*2]; int head1[N],head2[N]; i…
在讨论《找到的波兰文原文,说不定能帮助各位理解题面( ╯□╰ )》回复:
@[瞬闪影](/space/show?uid=62702) ~~你要是早点发就好了,这样我就能更早放弃不做这道题了[手动滑稽]~~ 谢谢
在讨论《萌新求教,卡在9分了。。。》回复:
@[翰空之眼](/space/show?uid=155093) 我自己过了,谢谢dalao 同样感谢 Orz
在讨论《萌新求教,卡在9分了。。。》回复:
@[翰空之眼](/space/show?uid=155093) 能不能稍微给我看一看 [照片]
在讨论《萌新求教,卡在9分了。。。》回复:
@[翰空之眼](/space/show?uid=155093) dalao 我被卡到了九分 怎么办呀QAQ
在讨论《不一样!!!》回复:
@[Itst](/space/show?uid=96296) 我下了一个,输出是对的。可能洛谷正在月赛。评测机炸了吧 [叹气]
在讨论《不一样!!!》回复:
@[空调蕉太郎](/space/show?uid=129093) 这个题是UVa上面的题,没有数据可下 [可怜]
在讨论《不一样!!!》回复:
@[Itst](/space/show?uid=96296) :打扰了! 谢谢 [照片]
蒟蒻求救! 这道题在**wing网站上A掉了, 为何在洛谷上面就WA了?!? ```c #include #include #include #include #include #include using namespace std; struct E{ int next,to; }e[51000]; int hea…
!?蜜汁优化?! 大夫,还能救一下吗? ```c #include #include #include #include using namespace std; const int N = 1e5 + 10, M = 210; int n, k, ans; int q[N], head = 1, tail = 1;…
在讨论《求差错,50分》回复:
谦虚dalao
在讨论《求差错,50分》回复:
谢谢dalao
在讨论《求差错,50分》回复:
@[Spectre程](/space/show?uid=101975) 哦哦懂了: 因为有一种可能,比如x1,x2都不选等等情况; 选这个点的话会有一些处理不到的情况
在讨论《求差错,50分》回复:
@[Spectre程](/space/show?uid=101975) !!蒟蒻求救!! 为何找到环之后,给temp累加要取f[x1][0],f[x2][0],不选当前节点;不能取f[x1][1],f[x2][1]呢?!? 虽然过了,但还是不懂
在讨论《???》回复:
@[ιχγббб](/space/show?uid=27858) %%%**dalao** 谢谢Orz
在讨论《???》回复:
@ 过了这个题的**dalao**
这个题的征用 、 必须是连续的为一组,还是随便选 比如样例: 100 1 -- 15 15 -- 20 5 -- 1 100 -- 在不考虑最优解的情况下 可以把 和 放一组吗?!
```c #include #include #include using namespace std; int n,m,key[200010],dep[500010]; struct E{ int next,to,w; }e[5000010]; int head[500010],cnt,s=0,t=500000; v…
在讨论《救命呀!!!!出事了》回复:
```c #include #include #include using namespace std; typedef pair PII; vector eqs,uneqs; unordered_map H; const int N=1000010; int p[N],cnt=1; int map(int x){ i…
为什么会RE 在别的网站上就可以AC 蒟蒻求助orz ~Q~Q~ #include #include #include using namespace std; typedef pair PII; vector eqs,uneqs; unordered_map H; const int N=1000010; int p…