Compile Error
/in/foo.cc:458:20: warning: 'std::string std::to_string(int)' defined but not used [-Wunused-function] 458 | static std::string to_string(const int value) | ^~~~~~~~~ /usr/bin/ld: /tmp/cctZ8xMT.o: in function `std::divide(std::Bigint, std::Bigint, std::vector<std::Bigint, std::allocator<std::Bigint> >&)': foo.cc:(.text+0x5a41): undefined reference to `std::sub_number(std::Bigint&, std::Bigint&)' collect2: error: ld returned 1 exit status
信息
- 递交者
- 类型
- 递交
- 题目
- P1074 A11-4 高精度整数之间的乘法
- 语言
- C++
- 递交时间
- 2025-10-08 12:12:00
- 评测时间
- 2025-10-08 12:12:00
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes