/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:33:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for (int i = 1; i <= len1; i++)
  ^~~
foo.cc:36:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   printf("%d\n", f[len1][len2]);
   ^~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 13ms 15.867 MiB
#2 Accepted 13ms 15.758 MiB
#3 Accepted 13ms 15.848 MiB
#4 Accepted 13ms 15.848 MiB
#5 Accepted 14ms 15.824 MiB
#6 Accepted 15ms 15.895 MiB
#7 Accepted 20ms 15.887 MiB
#8 Accepted 18ms 15.887 MiB
#9 Accepted 22ms 15.863 MiB
#10 Accepted 26ms 15.895 MiB

信息

递交者
类型
递交
题目
P1680 距离
语言
C++
递交时间
2021-04-01 17:11:53
评测时间
2021-04-01 17:11:53
评测机
分数
100
总耗时
171ms
峰值内存
15.895 MiB