Compile Error

/in/foo.cc: In function 'bool Bfs()':
/in/foo.cc:20:27: error: 'memset' was not declared in this scope
  memset(vis, 0, sizeof vis);
                           ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:63:19: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=]
    scanf("%lld",&z);
                   ^
/in/foo.cc:68:28: warning: format '%lld' expects argument of type 'long long int*', but argument 4 has type 'int*' [-Wformat=]
   scanf("%d%d%lld",&x,&y,&z);
                            ^

信息

递交者
类型
递交
题目
QQ农场之勤劳的李放
语言
C++
递交时间
2017-09-09 00:12:08
评测时间
2017-09-09 00:12:08
评测机
分数
0
总耗时
270ms
峰值内存
38.609 MiB