/ 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]);
      |             ^
foo.cc:34:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   34 |         for(int k=i-1;k>0;k--)
      |         ^~~
foo.cc:36:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   36 |             f[i][i]=min(f[i][i],f[i][1]+a[i][i]);
      |             ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 23ms 2.777 MiB
#2 Accepted 10ms 1.652 MiB
#3 Accepted 5ms 924.0 KiB
#4 Accepted 6ms 1.152 MiB
#5 Accepted 14ms 2.027 MiB
#6 Accepted 26ms 3.027 MiB
#7 Accepted 10ms 1.496 MiB
#8 Accepted 24ms 2.777 MiB
#9 Accepted 27ms 2.949 MiB
#10 Accepted 65ms 4.609 MiB

信息

递交者
类型
递交
题目
P1006 晴天小猪历险记之Hill
语言
C++
递交时间
2023-07-17 16:11:14
评测时间
2023-07-17 16:11:14
评测机
分数
100
总耗时
215ms
峰值内存
4.609 MiB