记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:12:1: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 for(i=1;i<=n;i++)
 ^~~
/in/foo.cc:19:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for(i=1;i<=n;i++)
  ^~~
/in/foo.cc:23:16: warning: statement has no effect [-Wunused-value]
      {b[i][j+1]==0;
       ~~~~~~~~~^~~
/in/foo.cc:24:13: warning: statement has no effect [-Wunused-value]
    b[i][j-1]==0;
    ~~~~~~~~~^~~
/in/foo.cc:25:13: warning: statement has no effect [-Wunused-value]
    b[i+1][j]==0;
    ~~~~~~~~~^~~
/in/foo.cc:26:13: warning: statement has no effect [-Wunused-value]
    b[i-1][j]==0;
    ~~~~~~~~~^~~
/in/foo.cc:27:11: warning: statement has no effect [-Wunused-value]
    b[i][j]==0;
    ~~~~~~~^~~
# 状态 耗时 内存占用
#1 Accepted 4ms 356.0 KiB
#2 Accepted 4ms 384.0 KiB
#3 Wrong Answer 4ms 340.0 KiB
#4 Accepted 4ms 368.0 KiB
#5 Wrong Answer 3ms 512.0 KiB
#6 Accepted 4ms 640.0 KiB
#7 Wrong Answer 3ms 2.496 MiB
#8 Wrong Answer 5ms 756.0 KiB
#9 Wrong Answer 5ms 740.0 KiB
#10 Accepted 5ms 2.348 MiB

信息

递交者
类型
递交
题目
4399小游戏之 十字架
语言
C++
递交时间
2018-08-15 21:18:40
评测时间
2018-08-15 21:18:40
评测机
分数
50
总耗时
45ms
峰值内存
2.496 MiB