Runtime Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:25:21: 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(a, 0, sizeof(a));
                     ^
/in/foo.cc:31: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(a, 0, sizeof(a));
                      ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1039 最小差距
 - 语言
 - C++
 - 递交时间
 - 2018-03-02 20:09:42
 - 评测时间
 - 2018-03-02 20:09:42
 - 评测机
 
- 分数
 - 10
 - 总耗时
 - 54ms
 - 峰值内存
 - 380.0 KiB