记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:24:18: warning: statement has no effect [-Wunused-value]
      {a[i+1][j+1]==0;
       ~~~~~~~~~~~^~~
/in/foo.cc:25:15: warning: statement has no effect [-Wunused-value]
    a[i+1][j-1]==0;
    ~~~~~~~~~~~^~~
/in/foo.cc:26:13: warning: statement has no effect [-Wunused-value]
    a[i+1][j]==0;
    ~~~~~~~~~^~~
/in/foo.cc:27:13: warning: statement has no effect [-Wunused-value]
    a[i+2][j]==0;
    ~~~~~~~~~^~~
/in/foo.cc:28:11: warning: statement has no effect [-Wunused-value]
    a[i][j]==0;
    ~~~~~~~^~~
/in/foo.cc:37:10: error: expected '}' at end of input
  return 0;
          ^

信息

递交者
类型
递交
题目
4399小游戏之 十字架
语言
C++
递交时间
2018-08-15 22:06:00
评测时间
2018-08-15 22:06:00
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes