/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:9:23: 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);
                       ^~
# 状态 耗时 内存占用
#1 Accepted 3ms 340.0 KiB

信息

递交者
类型
自测
题目
P1033 整数分解(版本2)
语言
C++
递交时间
2018-07-30 22:15:37
评测时间
2018-07-30 22:15:37
评测机
分数
10
总耗时
3ms
峰值内存
340.0 KiB