/ WHOJ /

记录详情

System Error

/in/foo.cc: In function 'void dFs(int)':
/in/foo.cc:27:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(mark[x])top[x]=x;dfn[x]=++cnt;
  ^~
/in/foo.cc:27:22: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  if(mark[x])top[x]=x;dfn[x]=++cnt;
                      ^~~
/in/foo.cc: In function 'void calc(int, int, int)':
/in/foo.cc:37:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(!v[w[x]])bt[w[x]]=1,sum++;v[w[x]]++;
  ^~
/in/foo.cc:37:31: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  if(!v[w[x]])bt[w[x]]=1,sum++;v[w[x]]++;
                               ^
FormatError('config file not found',)

信息

递交者
类型
递交
题目
P1160 Count on a tree II/【模板】树分块
题目数据
下载
语言
C++
递交时间
2022-05-22 11:58:04
评测时间
2022-05-22 11:58:04
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes