/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int main()':
foo.cpp:10:24: error: 'memset' was not declared in this scope
  memset(a, 0, sizeof(a));
                        ^
foo.cpp:13:20: warning: unused variable 'C' [-Wunused-variable]
  int A = 0, B = 0, C = 0;
                    ^

信息

递交者
类型
递交
题目
P1040 高精度乘法
语言
C++
递交时间
2015-10-05 21:02:37
评测时间
2015-10-05 21:02:37
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes