Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:11:4: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 1; j <= n; j++) ^~~ /in/foo.cc:14:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' if (n == 1) { ^~ /in/foo.cc:6:12: warning: unused variable 'k' [-Wunused-variable] int i, j, k, m, t; ^ /in/foo.cc:6:15: warning: unused variable 'm' [-Wunused-variable] int i, j, k, m, t; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1307 D. 蚂蚁竞走I
- 比赛
- 2021年互联网创新创业科技节程序设计大赛
- 语言
- C++
- 递交时间
- 2021-12-23 18:51:40
- 评测时间
- 2021-12-23 18:51:40
- 评测机
- 分数
- 0
- 总耗时
- 40ms
- 峰值内存
- 612.0 KiB