/ 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:82:20: 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 32ms 16.25 MiB
#2 Accepted 30ms 16.379 MiB
#3 Accepted 58ms 18.5 MiB
#4 Accepted 109ms 24.031 MiB
#5 Accepted 118ms 20.953 MiB
#6 Accepted 110ms 18.891 MiB
#7 Accepted 198ms 26.355 MiB
#8 Accepted 187ms 25.41 MiB
#9 Accepted 383ms 32.664 MiB
#10 Accepted 421ms 34.363 MiB

信息

递交者
类型
递交
题目
P1553 树网的核加强版
语言
C++
递交时间
2017-10-30 21:01:39
评测时间
2017-10-30 21:01:39
评测机
分数
100
总耗时
1649ms
峰值内存
34.363 MiB