/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:30:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
         for(int l=2;l<=i;l++)//从左往右推 从左往右走的情况更新
         ^~~
/in/foo.cc:32:13: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
             f[i][1]=min(f[i][1],f[i][i]+a[i][1]);
             ^
# 状态 耗时 内存占用
#1 Accepted 21ms 6.625 MiB
#2 Accepted 9ms 2.875 MiB
#3 Accepted 5ms 4.496 MiB
#4 Accepted 9ms 2.719 MiB
#5 Accepted 8ms 3.125 MiB
#6 Accepted 24ms 7.199 MiB
#7 Accepted 12ms 6.602 MiB
#8 Accepted 18ms 6.375 MiB
#9 Accepted 24ms 6.469 MiB
#10 Accepted 50ms 6.605 MiB

信息

递交者
类型
递交
题目
P1006 晴天小猪历险记之Hill
语言
C++
递交时间
2018-04-23 21:18:34
评测时间
2018-04-23 21:18:34
评测机
分数
100
总耗时
187ms
峰值内存
7.199 MiB