/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:44:18: warning: 'l' may be used uninitialized in this function [-Wmaybe-uninitialized]
     int u, v, w, l, r, mx = -1;
                  ^
/in/foo.cc:83:24: warning: 'r' may be used uninitialized in this function [-Wmaybe-uninitialized]
         x = l; while (x!=r) {dfs2 (x, 0); x = fa[x];} dfs2 (r, 0);
                       ~^~~
# 状态 耗时 内存占用
#1 Accepted 23ms 16.25 MiB
#2 Accepted 23ms 16.375 MiB
#3 Accepted 52ms 19.25 MiB
#4 Accepted 107ms 22.125 MiB
#5 Accepted 107ms 19.465 MiB
#6 Accepted 110ms 21.75 MiB
#7 Accepted 166ms 26.75 MiB
#8 Accepted 176ms 25.422 MiB
#9 Accepted 278ms 32.75 MiB
#10 Accepted 288ms 33.402 MiB

信息

递交者
类型
递交
题目
P1553 树网的核加强版
语言
C++
递交时间
2017-10-31 12:42:44
评测时间
2017-10-31 12:42:44
评测机
分数
100
总耗时
1334ms
峰值内存
33.402 MiB