Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:14:23: error: 'memset' was not declared in this scope
   memset(f,1,sizeof(f));
                       ^
/in/foo.cc:25:22: error: 'memset' was not declared in this scope
  memset(f,1,sizeof(f));
                      ^
/in/foo.cc:45:13: warning: left operand of comma operator has no effect [-Wunused-value]
     a[i][WE]==0,dist[i]--;
     ~~~~~~~~^~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1851 车站分级
 - 语言
 - C++
 - 递交时间
 - 2018-08-15 21:47:21
 - 评测时间
 - 2018-08-15 21:47:21
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes