Compile Error
/in/foo.cc: In member function 'void BigInt::solve()': /in/foo.cc:61:25: error: 'memset' was not declared in this scope 61 | memset(ans,0,10000); | ^~~~~~ /in/foo.cc:5:1: note: 'memset' is defined in header '<cstring>'; did you forget to '#include <cstring>'? 4 | #include<cmath> +++ |+#include <cstring> 5 | using namespace std;
信息
- 递交者
- 类型
- 自测
- 题目
- P1023 OO6-1 高精度整数类的乘法运算
- 语言
- C++
- 递交时间
- 2025-03-22 10:53:41
- 评测时间
- 2025-03-22 10:53:41
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes