Compile Error
/in/foo.cc: In function 'bool Row(int)':
/in/foo.cc:13:23: error: 'memset' was not declared in this scope
   memset(b,0,sizeof(b));
                       ^
/in/foo.cc: In function 'bool Column(int)':
/in/foo.cc:33:23: error: 'memset' was not declared in this scope
   memset(b,0,sizeof(b));
                       ^
/in/foo.cc: In function 'bool Block(int)':
/in/foo.cc:55:23: error: 'memset' was not declared in this scope
   memset(b,0,sizeof(b));
                       ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1161 数独验证
 - 语言
 - C++
 - 递交时间
 - 2020-07-13 10:58:46
 - 评测时间
 - 2020-07-13 10:58:46
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes