kruskal全wa,求指正

P3366 【模板】最小生成树

@[Mogu](/space/show?uid=56936) ```cpp int u=read(),v=read(),w=read(); ``` 改成: ```cpp int u,v,w;u=read();v=read();w=read(); ```
by Marser @ 2018-08-14 14:34:18


@[Marser](/space/show?uid=17930) 依然wa,请问为什么这么改呢?
by Mogu @ 2018-08-14 14:39:30


@[Marser](/space/show?uid=17930) 这么改是一样的啊。。。
by M_sea @ 2018-08-14 14:40:36


@[Mogu](/space/show?uid=56936) 您可能是某个地方写挂了,导致本地无误提交就挂
by Drinkkk @ 2018-08-14 14:45:59


@[钟梓俊](/space/show?uid=48269) 这可能就是玄学wa了吧....
by Mogu @ 2018-08-14 14:47:22


@[Mogu](/space/show?uid=56936) 你的快读是什么玩意?
by Marser @ 2018-08-14 14:47:44


@[Marser](/space/show?uid=17930) 不考虑负数 + 位运算优化
by Mogu @ 2018-08-14 14:49:00


@[Mogu](/space/show?uid=56936) 自己好好看一遍快读
by Marser @ 2018-08-14 14:49:26


@[Marser](/space/show?uid=17930) 这种下了测试数据,结果目测是对的。可能是和操作系统之类奇奇怪怪的东西搭上了?
by Mogu @ 2018-08-14 14:50:13


@[Mogu](/space/show?uid=56936) ```cpp while(c>'<'||c>'9') ``` 你快读的这一行明显错了啊,跟操作系统有啥关系?
by Marser @ 2018-08-14 14:51:50


| 下一页