Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:17:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 17 | for(int j=0;j<num.size();j++) | ~^~~~~~~~~~~ /in/foo.cc:10:13: warning: unused variable 'ci' [-Wunused-variable] 10 | int ci,ei; | ^~ /in/foo.cc:10:16: warning: unused variable 'ei' [-Wunused-variable] 10 | int ci,ei; | ^~
信息
- 递交者
- 类型
- 递交
- 题目
- P1084 xf1-7多项式求导
- 比赛
- 2025程序设计与竞赛作业赛第一场(整装出发)
- 语言
- C++
- 递交时间
- 2025-09-27 20:09:57
- 评测时间
- 2025-10-03 02:15:12
- 评测机
- 分数
- 100
- 总耗时
- 10ms
- 峰值内存
- 532.0 KiB