记录详情

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]];
      |                            ~~~~~^
# 状态 耗时 内存占用
#1 Accepted 4ms 1.023 MiB
#2 Accepted 4ms 1.066 MiB
#3 Accepted 4ms 1.02 MiB
#4 Accepted 6ms 1.195 MiB
#5 Accepted 5ms 1.023 MiB

信息

递交者
类型
递交
题目
P1038 A11-5 小数的循环节
语言
C++
递交时间
2024-03-27 15:32:23
评测时间
2024-03-27 15:32:23
评测机
分数
100
总耗时
24ms
峰值内存
1.195 MiB