/ TYWZ /

记录详情

Accepted

/in/foo.cc: In function 'int lca(int, int)':
/in/foo.cc:24:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if (deep[x]<deep[y])  swap(x,y);int t=deep[x]-deep[y];
    ^~
/in/foo.cc:24:36: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
    if (deep[x]<deep[y])  swap(x,y);int t=deep[x]-deep[y];
                                    ^~~
# 状态 耗时 内存占用
#1 Accepted 109ms 29.27 MiB
#2 Accepted 30ms 8.469 MiB
#3 Accepted 234ms 34.852 MiB
#4 Accepted 58ms 15.117 MiB
#5 Accepted 2ms 972.0 KiB
#6 Accepted 2ms 844.0 KiB
#7 Accepted 164ms 31.023 MiB
#8 Accepted 70ms 15.883 MiB
#9 Accepted 2ms 856.0 KiB
#10 Accepted 135ms 23.402 MiB
#11 Accepted 468ms 57.734 MiB
#12 Accepted 25ms 8.023 MiB
#13 Accepted 45ms 11.992 MiB
#14 Accepted 2ms 844.0 KiB

信息

递交者
类型
递交
题目
P1049 火车 (train)
语言
C++
递交时间
2019-05-25 10:49:55
评测时间
2019-05-25 10:49:55
评测机
分数
140
总耗时
1351ms
峰值内存
57.734 MiB