记录详情

Accepted

/in/foo.cc: In member function 'HugeInt HugeInt::operator-(HugeInt)':
/in/foo.cc:196: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:137:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 2ms 1.223 MiB
#2 Accepted 2ms 1.199 MiB
#3 Accepted 2ms 1.27 MiB
#4 Accepted 3ms 1.211 MiB
#5 Accepted 2ms 1.223 MiB

信息

递交者
类型
递交
题目
P1002 10.9_HugeInt
语言
C++
递交时间
2020-04-29 23:36:50
评测时间
2020-04-29 23:36:50
评测机
分数
100
总耗时
13ms
峰值内存
1.27 MiB