/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:30:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   30 |         for(int l=2;l<=i;l++)//从左往右推 从左往右走的情况更新
      |         ^~~
foo.cc:32:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   32 |             f[i][1]=min(f[i][1],f[i][i]+a[i][1]);
      |             ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 10ms 2.723 MiB
#2 Accepted 7ms 1.629 MiB
#3 Accepted 4ms 768.0 KiB
#4 Accepted 8ms 1.125 MiB
#5 Accepted 17ms 1.875 MiB
#6 Accepted 29ms 3.0 MiB
#7 Accepted 11ms 1.5 MiB
#8 Accepted 25ms 2.75 MiB
#9 Accepted 20ms 3.0 MiB
#10 Accepted 44ms 4.617 MiB

信息

递交者
类型
递交
题目
P1006 晴天小猪历险记之Hill
语言
C++
递交时间
2022-08-24 07:57:55
评测时间
2022-08-24 07:57:55
评测机
分数
100
总耗时
181ms
峰值内存
4.617 MiB