/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'void dfs(int)':
/in/foo.cc:29:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(!d[x])dp[x]=0;dp[x]++;
  ^~
/in/foo.cc:29:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  if(!d[x])dp[x]=0;dp[x]++;
                   ^~
# 状态 耗时 内存占用
#1 Accepted 4ms 256.0 KiB
#2 Accepted 3ms 336.0 KiB
#3 Accepted 2ms 360.0 KiB
#4 Wrong Answer 2ms 384.0 KiB

信息

递交者
类型
自测
题目
P1101 传染病防治
语言
C++
递交时间
2018-09-29 09:14:50
评测时间
2018-09-29 09:14:50
评测机
分数
30
总耗时
12ms
峰值内存
384.0 KiB