/ new_bzoj /

记录详情

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;
                           ^
# 状态 耗时 内存占用
#1 Accepted 5ms 6.25 MiB
#2 Accepted 4ms 4.25 MiB
#3 Accepted 5ms 6.195 MiB
#4 Wrong Answer 4ms 6.25 MiB
#5 Wrong Answer 8ms 6.25 MiB
#6 Accepted 4ms 6.25 MiB
#7 Wrong Answer 7ms 6.328 MiB
#8 Accepted 4ms 6.309 MiB
#9 Wrong Answer 5ms 6.25 MiB
#10 Wrong Answer 2ms 6.34 MiB

信息

递交者
类型
递交
题目
星际战争
语言
C++
递交时间
2017-09-04 22:57:15
评测时间
2017-09-04 22:57:15
评测机
分数
50
总耗时
52ms
峰值内存
6.34 MiB