Compile Error
/in/foo.cc: In function 'void bfs(int, int, int)':
/in/foo.cc:27:31: error: incompatible types in assignment of 'int' to 'int [4]'
    q.push(ne);vis[ne.x][ne.y]=1,dist[ne.x][ne.y]=ne.ans;
                               ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:56:34: error: incompatible types in assignment of 'int' to 'int [4]'
     if(imap[i][j]=='#')vis[i][j]=1;
                                  ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - robot
 - 语言
 - C++
 - 递交时间
 - 2019-01-31 22:45:23
 - 评测时间
 - 2019-01-31 22:45:23
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes