/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void go(int, int, int)':
/in/foo.cc:50:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(vis[x]) return; vis[x] = true; bel[x] = id;
     ^~
/in/foo.cc:50:24: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     if(vis[x]) return; vis[x] = true; bel[x] = id;
                        ^~~
# 状态 耗时 内存占用
#1 Accepted 10ms 20.352 MiB

信息

递交者
类型
自测
题目
P1954 越狱老虎桥
语言
C++
递交时间
2018-02-25 17:05:39
评测时间
2018-02-25 17:05:39
评测机
分数
10
总耗时
10ms
峰值内存
20.352 MiB