/ 程序猿 /

记录详情

Compile Error

/in/foo.cc:7:8: error: stray '\357' in program
  head=0;tail=1;
        ^
/in/foo.cc:7:9: error: stray '\274' in program
  head=0;tail=1;
         ^
/in/foo.cc:7:10: error: stray '\233' in program
  head=0;tail=1;
          ^
/in/foo.cc: In function 'int bfs(int, int)':
/in/foo.cc:7:11: error: expected ';' before 'tail'
  head=0;tail=1;
           ^~~~
/in/foo.cc:18:37: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
       if(!a[tx][ty]&&tx<11&&tx>0&&ty<11&ty>0)
                                   ~~^~~
/in/foo.cc:27:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:34:9: error: 'dfs' was not declared in this scope
  dfs(1,1);
         ^

信息

递交者
类型
递交
题目
面积
语言
C++
递交时间
2019-03-21 22:35:02
评测时间
2019-03-21 22:35:02
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes