/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'HugeInt operator+(HugeInt, HugeInt)':
/in/foo.cc:99:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for(int i=0;i<B.f.size();i++)
                ~^~~~~~~~~~~
/in/foo.cc:105:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for(int i=B.f.size();i<A.f.size();i++)
                         ~^~~~~~~~~~~
/in/foo.cc: In function 'HugeInt operator-(HugeInt, HugeInt)':
/in/foo.cc:124:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0;i<B.f.size();i++)
                 ~^~~~~~~~~~~
/in/foo.cc:136:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0;i<A.f.size();i++)
                 ~^~~~~~~~~~~
/in/foo.cc: In function 'HugeInt operator*(HugeInt, HugeInt)':
/in/foo.cc:156:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for(int i=0;i<A.f.size();i++)
                ~^~~~~~~~~~~
/in/foo.cc:157:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int j=0;j<B.f.size();j++)
                 ~^~~~~~~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 204.0 KiB
#2 Wrong Answer 2ms 304.0 KiB
#3 Wrong Answer 2ms 272.0 KiB
#4 Wrong Answer 3ms 328.0 KiB
#5 Wrong Answer 2ms 272.0 KiB
#6 Wrong Answer 2ms 356.0 KiB
#7 Wrong Answer 2ms 328.0 KiB
#8 Wrong Answer 2ms 360.0 KiB
#9 Wrong Answer 2ms 276.0 KiB
#10 Wrong Answer 2ms 276.0 KiB

信息

递交者
类型
递交
题目
P2000 A x B Problem
语言
C++
递交时间
2018-11-28 19:58:31
评测时间
2018-11-28 19:58:31
评测机
分数
0
总耗时
25ms
峰值内存
360.0 KiB