/ Vijos /

记录详情

Wrong Answer

foo.cc: In function ‘int main()’:
foo.cc:32:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const std::__cxx11::basic_string<char>::size_type’ {aka ‘const long unsigned int’} [-Wsign-compare]
   32 |     if (pos != string::npos) da = (int)A.size() - pos - 1;
      |         ~~~~^~~~~~~~~~~~~~~
foo.cc:39:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const std::__cxx11::basic_string<char>::size_type’ {aka ‘const long unsigned int’} [-Wsign-compare]
   39 |     if (pos != string::npos) db = (int)B.size() - pos - 1;
      |         ~~~~^~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 504.0 KiB
#2 Accepted 3ms 500.0 KiB
#3 Accepted 3ms 760.0 KiB
#4 Accepted 2ms 504.0 KiB
#5 Accepted 2ms 504.0 KiB
#6 Accepted 2ms 504.0 KiB
#7 Accepted 2ms 504.0 KiB
#8 Accepted 3ms 504.0 KiB
#9 Accepted 3ms 504.0 KiB
#10 Wrong Answer On line 1: Read 9399460109085755..., expect 0.09399460109085.... 2ms 504.0 KiB

信息

递交者
类型
递交
题目
P1301 多进制高精度乘法
语言
C++
递交时间
2025-07-26 13:03:38
评测时间
2025-07-26 13:03:38
评测机
分数
9
总耗时
28ms
峰值内存
760.0 KiB