/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:16:22: warning: argument to 'sizeof' in 'void* memset(void*, int, size_t)' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess]
  memset(dp, 0, sizeof(dp));
                      ^
/in/foo.cc:29:10: error: expected '}' at end of input
  return 0;
          ^

信息

递交者
类型
递交
题目
P1577 可怜的Oliver
语言
C++
递交时间
2020-05-24 11:44:07
评测时间
2020-05-24 11:44:07
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes