Accepted
foo.cc: In member function ‘void BigNumber::Div(const BigNumber&)’: foo.cc:153:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<unsigned int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 153 | for (int i = 0; i < rlist.size(); i++) { | ~~^~~~~~~~~~~~~~ foo.cc: In function ‘std::ostream& operator<<(std::ostream&, const BigNumber&)’: foo.cc:209:33: warning: array subscript has type ‘char’ [-Wchar-subscripts] 209 | out << b16[n.N[i]]; | ~~~~~^
信息
- 递交者
- 类型
- 递交
- 题目
- P1038 A11-5 小数的循环节
- 语言
- C++
- 递交时间
- 2024-03-27 15:32:23
- 评测时间
- 2024-03-27 15:32:23
- 评测机
- 分数
- 100
- 总耗时
- 24ms
- 峰值内存
- 1.195 MiB