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]); | ^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1680 距离
- 语言
- C++
- 递交时间
- 2025-02-15 15:19:29
- 评测时间
- 2025-02-15 15:19:30
- 评测机
- 分数
- 100
- 总耗时
- 154ms
- 峰值内存
- 15.992 MiB