/ 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: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 20ms 14.25 MiB
#2 Accepted 19ms 14.375 MiB
#3 Accepted 57ms 18.363 MiB
#4 Accepted 105ms 23.977 MiB
#5 Accepted 103ms 20.5 MiB
#6 Accepted 105ms 18.945 MiB
#7 Accepted 180ms 26.203 MiB
#8 Accepted 194ms 26.75 MiB
#9 Accepted 246ms 32.5 MiB
#10 Accepted 340ms 37.852 MiB

信息

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