/ Vijos /

记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:89:9: error: 'memset' was not declared in this scope
   89 |         memset(mapp, 0, sizeof mapp);
      |         ^~~~~~
foo.cc:3:1: note: 'memset' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
    2 | #include <queue>
  +++ |+#include <cstring>
    3 | 
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1029 晴天小猪历险记之Number
语言
C++
递交时间
2021-12-24 16:51:40
评测时间
2021-12-24 16:51:40
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes