/ TYWZ /

记录详情

System Error

/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];
                                    ^~~
ValueError('not enough values to unpack (expected 4, got 0)',)

信息

递交者
类型
递交
题目
P1049 火车 (train)
语言
C++
递交时间
2019-05-25 10:41:50
评测时间
2019-05-25 10:42:45
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes