Compile Error
foo.cpp: In function 'void dp(int, int, int, int)':
foo.cpp:63:31: error: 'memset' was not declared in this scope
memset( d, 0x7f, sizeof( d ) );
^
foo.cpp:58:12: warning: unused variable 'k' [-Wunused-variable]
int i, j, k, p;
^
信息
- 递交者
- 类型
- 递交
- 题目
- P1243 生产产品
- 语言
- C++
- 递交时间
- 2015-08-12 19:39:37
- 评测时间
- 2015-08-12 19:39:39
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes