Accepted
/in/foo.cc: In function 'void derivative(const std::vector<Term>&, int)': /in/foo.cc:11:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<Term>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 11 | if (index == terms.size()) { | ~~~~~~^~~~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1084 xf1-7多项式求导
- 比赛
- 2025年春 南师大《程序设计与竞赛》作业赛第四场
- 语言
- C++
- 递交时间
- 2025-03-28 18:57:26
- 评测时间
- 2025-03-28 18:57:26
- 评测机
- 分数
- 100
- 总耗时
- 10ms
- 峰值内存
- 536.0 KiB