Accepted
/in/foo.cc: In member function 'void PolyList::addTerm(int, int)': /in/foo.cc:21:26: warning: comparison of integer expressions of different signedness: 'std::vector<PolyTerm>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 21 | if (terms.size() < max) { | ~~~~~~~~~~~~~^~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1021 OO5-1 一元多项式类的求值
- 语言
- C++
- 递交时间
- 2025-04-18 00:05:32
- 评测时间
- 2025-04-18 00:05:32
- 评测机
- 分数
- 100
- 总耗时
- 9ms
- 峰值内存
- 516.0 KiB