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] } ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1002 10.9_HugeInt
- 语言
- C++
- 递交时间
- 2020-04-29 23:15:47
- 评测时间
- 2020-04-29 23:15:47
- 评测机
- 分数
- 60
- 总耗时
- 14ms
- 峰值内存
- 1.262 MiB