/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:33:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   33 |         for (int i = 1; i <= len1; i++)
      |         ^~~
/in/foo.cc:36:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   36 |                 printf("%d\n", f[len1][len2]);
      |                 ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 13ms 15.895 MiB
#2 Accepted 13ms 15.895 MiB
#3 Accepted 13ms 15.789 MiB
#4 Accepted 13ms 15.867 MiB
#5 Accepted 14ms 15.969 MiB
#6 Accepted 14ms 15.992 MiB
#7 Accepted 17ms 15.988 MiB
#8 Accepted 16ms 15.992 MiB
#9 Accepted 18ms 15.984 MiB
#10 Accepted 19ms 15.988 MiB

信息

递交者
类型
递交
题目
P1680 距离
语言
C++
递交时间
2025-02-15 15:19:29
评测时间
2025-02-15 15:19:30
评测机
分数
100
总耗时
154ms
峰值内存
15.992 MiB