/ 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 13ms 14.367 MiB
#2 Accepted 20ms 16.375 MiB
#3 Accepted 65ms 18.41 MiB
#4 Accepted 107ms 22.262 MiB
#5 Accepted 115ms 19.328 MiB
#6 Accepted 111ms 19.395 MiB
#7 Accepted 192ms 26.262 MiB
#8 Accepted 184ms 26.875 MiB
#9 Accepted 295ms 33.199 MiB
#10 Accepted 283ms 35.453 MiB

信息

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