/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'll dfs(int, ll)':
/in/foo.cc:42:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if (u==T||!tot) return tot;ll tto=0;
  ^~
/in/foo.cc:42:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  if (u==T||!tot) return tot;ll tto=0;
                             ^~
/in/foo.cc: In function 'void buildedge(ll)':
/in/foo.cc:66:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for (int i=1;i<=T;i++) head[i]=0;ce=1;
  ^~~
/in/foo.cc:66:35: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for (int i=1;i<=T;i++) head[i]=0;ce=1;
                                   ^~
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 256.0 KiB
#2 Accepted 17ms 256.0 KiB
#3 Accepted 17ms 256.0 KiB
#4 Accepted 1043ms 384.0 KiB
#5 Accepted 1012ms 440.0 KiB
#6 Accepted 1143ms 440.0 KiB
#7 Accepted 1348ms 484.0 KiB
#8 Accepted 1345ms 496.0 KiB
#9 Accepted 1344ms 384.0 KiB
#10 Accepted 1192ms 480.0 KiB

信息

递交者
类型
递交
题目
P1940 奇怪的游戏
语言
C++
递交时间
2017-05-22 09:18:30
评测时间
2017-05-22 09:18:31
评测机
分数
90
总耗时
8468ms
峰值内存
496.0 KiB