记录详情

Wrong Answer

/in/foo.cc: In member function 'HugeInt HugeInt::operator-(HugeInt)':
/in/foo.cc:192:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (i = 0;i < ans.size();i++)
                ~~^~~~~~~~~~~~
/in/foo.cc: In function 'int Judge(int, int)':
/in/foo.cc:308:9: warning: unused variable 'i' [-Wunused-variable]
     int i;
         ^
/in/foo.cc: In member function 'HugeInt HugeInt::operator+(HugeInt)':
/in/foo.cc:133:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 2ms 1.219 MiB
#2 Wrong Answer 3ms 1.262 MiB
#3 Wrong Answer 3ms 1.199 MiB
#4 Accepted 2ms 1.195 MiB
#5 Accepted 2ms 1.223 MiB

信息

递交者
类型
递交
题目
P1002 10.9_HugeInt
语言
C++
递交时间
2020-04-29 23:15:47
评测时间
2020-04-29 23:15:47
评测机
分数
60
总耗时
14ms
峰值内存
1.262 MiB