Compile Error
/in/foo.cc: In function 'bool heng()':
/in/foo.cc:12:26: error: 'memset' was not declared in this scope
memset(t,true,sizeof(t));
^
/in/foo.cc: In function 'bool shu()':
/in/foo.cc:25:27: error: 'memset' was not declared in this scope
memset(t, true,sizeof(t));
^
/in/foo.cc: In function 'bool quan()':
/in/foo.cc:44:28: error: 'memset' was not declared in this scope
memset(t, true,sizeof(t));
^
信息
- 递交者
- 类型
- 自测
- 题目
- P1335 数独验证
- 语言
- C++
- 递交时间
- 2019-09-17 21:18:03
- 评测时间
- 2019-09-17 21:18:03
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes