/ new_bzoj /

记录详情

Accepted

/in/foo.cc: In function 'void buildtree(int, int, int)':
/in/foo.cc:31:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if (v == fa)continue;dis[v] = dis[u] + 1;
         ^~
/in/foo.cc:31:30: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
         if (v == fa)continue;dis[v] = dis[u] + 1;
                              ^~~

信息

递交者
类型
递交
题目
繁忙的都市
语言
C++
递交时间
2017-12-30 07:30:55
评测时间
2017-12-30 07:30:55
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes