/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'void LCA(int, int)':
/in/foo.cc:26:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(dep[x]<dep[y]) swap(x,y); d=dep[x]-dep[y];
  ^~
/in/foo.cc:26:31: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  if(dep[x]<dep[y]) swap(x,y); d=dep[x]-dep[y];
                               ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:41:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(!fa) root=num;add(fa,num);
   ^~
/in/foo.cc:41:20: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(!fa) root=num;add(fa,num);
                    ^~~
# 状态 耗时 内存占用
#1 Wrong Answer 7ms 4.324 MiB
#2 Wrong Answer 4ms 2.344 MiB
#3 Wrong Answer 4ms 2.375 MiB
#4 Wrong Answer 5ms 2.25 MiB
#5 Wrong Answer 4ms 4.363 MiB
#6 Wrong Answer 6ms 4.25 MiB
#7 Wrong Answer 6ms 4.461 MiB
#8 Wrong Answer 12ms 5.086 MiB
#9 Wrong Answer 12ms 4.965 MiB
#10 Wrong Answer 9ms 4.469 MiB

信息

递交者
类型
递交
题目
P1427 机密信息
语言
C++
递交时间
2017-11-05 15:30:26
评测时间
2017-11-05 15:30:26
评测机
分数
0
总耗时
74ms
峰值内存
5.086 MiB