Runtime 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]; ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1049 火车 (train)
- 语言
- C++
- 递交时间
- 2019-05-25 10:36:35
- 评测时间
- 2019-05-25 10:36:35
- 评测机
- 分数
- 140
- 总耗时
- 2344ms
- 峰值内存
- 57.613 MiB