/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'void dfs(int, int)':
foo.cc:31:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   31 |         if(d[i]>n) break;sum=max(sum,i);
      |         ^~
foo.cc:31:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   31 |         if(d[i]>n) break;sum=max(sum,i);
      |                          ^~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 5ms 384.0 KiB
#3 Accepted 2ms 396.0 KiB
#4 Accepted 35ms 512.0 KiB
#5 Accepted 2ms 384.0 KiB
#6 Accepted 6ms 384.0 KiB
#7 Wrong Answer Read 2, expect 3. 2ms 384.0 KiB
#8 Accepted 87ms 404.0 KiB
#9 Accepted 2ms 384.0 KiB
#10 Accepted 2ms 384.0 KiB

信息

递交者
类型
递交
题目
P1179 邮票面值设计
语言
C++
递交时间
2022-02-12 18:38:34
评测时间
2022-02-12 18:38:34
评测机
分数
90
总耗时
150ms
峰值内存
512.0 KiB