/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:33:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
         for(int l=2;l<=i;l++)
         ^~~
/in/foo.cc:35: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:37:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
         for(int k=i-1;k>0;k--)
         ^~~
/in/foo.cc:39: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 8ms 328.0 KiB

信息

递交者
类型
自测
题目
P1006 晴天小猪历险记之Hill
语言
C++
递交时间
2019-03-30 22:20:53
评测时间
2019-03-30 22:20:53
评测机
分数
10
总耗时
8ms
峰值内存
328.0 KiB