记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:8:28: error: 'memset' was not declared in this scope
  memset(flag,0,sizeof(flag));
                            ^
foo.cc:6:8: warning: unused variable 't' [-Wunused-variable]
  int n,t, a[9][9], l[9] = { 0 }, r[9] = { 0 }, s[9] = { 0 };
        ^

自豪的采用jd5进行评测(github.com/masnn/jd5)

信息

递交者
类型
递交
题目
P1118 数独验证
语言
C++
递交时间
2020-01-23 17:54:18
评测时间
2020-01-23 17:54:18
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes