Accepted
/in/foo.cc: In member function 'BigInt BigInt::operator+(const BigInt&) const': /in/foo.cc:57:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (i < digits.size()) ~~^~~~~~~~~~~~~~~ /in/foo.cc:61:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (i < other.digits.size()) { ~~^~~~~~~~~~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1024 OO6-2 高精度整数类的加法运算
- 比赛
- 2024春 面向对象的程序设计方法(第3场作业赛)
- 语言
- C++
- 递交时间
- 2024-04-25 16:33:42
- 评测时间
- 2024-04-25 16:33:42
- 评测机
- 分数
- 100
- 总耗时
- 9ms
- 峰值内存
- 388.0 KiB