Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:78:30: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 1; i <= m; i++) for (j = 1; j <= n; j++) ^~~ /in/foo.cc:79:27: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' g[i][j] = read(); S = 1; T = n + m + 2; ^
信息
- 递交者
- 类型
- 递交
- 题目
- 星际战争
- 语言
- C++
- 递交时间
- 2017-09-04 22:57:15
- 评测时间
- 2017-09-04 22:57:15
- 评测机
- 分数
- 50
- 总耗时
- 52ms
- 峰值内存
- 6.34 MiB