/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:10:24: error: 'memset' was not declared in this scope
  memset(f,-63,sizeof(f));
                        ^
/in/foo.cc:11:7: error: incompatible types in assignment of 'int' to 'int [2001]'
  f[0]=0;
       ^

信息

递交者
类型
递交
题目
P1037 搭建双塔
语言
C++
递交时间
2020-01-18 09:17:53
评测时间
2020-01-18 09:17:56
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes