/ 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]);
             ^
/in/foo.cc:34:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
         for(int k=i-1;k>0;k--)//再推一遍从右往左推 从右往左走的情况更新
         ^~~
/in/foo.cc:36:13: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
             f[i][i]=min(f[i][i],f[i][1]+a[i][i]);
             ^
# 状态 耗时 内存占用
#1 Accepted 17ms 6.375 MiB
#2 Accepted 16ms 6.5 MiB
#3 Accepted 6ms 2.609 MiB
#4 Accepted 6ms 2.707 MiB
#5 Accepted 16ms 6.59 MiB
#6 Accepted 23ms 5.5 MiB
#7 Accepted 11ms 2.953 MiB
#8 Accepted 22ms 3.375 MiB
#9 Accepted 21ms 7.242 MiB
#10 Accepted 38ms 6.867 MiB

信息

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