Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:42:22: warning: 'memset' used with constant zero length parameter; this could be due to transposed parameters [-Wmemset-transposed-args]
  memset(c,sizeof(c),0);
                      ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1039 A10-1 有序数组的合并
 - 语言
 - C++
 - 递交时间
 - 2024-03-22 12:22:08
 - 评测时间
 - 2024-03-22 12:22:08
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 8ms
 - 峰值内存
 - 376.0 KiB