记录详情

Wrong Answer

/in/foo.cc: In member function 'HugeInt HugeInt::operator-(HugeInt)':
/in/foo.cc:190:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (i = 0;i <ans.size();i++)
                ~~^~~~~~~~~~~
/in/foo.cc: In member function 'HugeInt HugeInt::operator+(HugeInt)':
/in/foo.cc:131:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 1.215 MiB

信息

递交者
类型
自测
题目
P1002 10.9_HugeInt
语言
C++
递交时间
2020-04-29 23:24:23
评测时间
2020-04-29 23:24:23
评测机
分数
0
总耗时
2ms
峰值内存
1.215 MiB