Accepted
/in/foo.cc: In member function 'void SeqList::find(int)': /in/foo.cc:27:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 27 | for(int k=0;k<data.size();k++){ | ~^~~~~~~~~~~~ /in/foo.cc: In function 'int main()': /in/foo.cc:47:15: warning: unused variable 'num' [-Wunused-variable] 47 | int n, m, num; | ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1016 OO3-3 有序顺序表类的合并运算
- 比赛
- 2024级《面向对象的方法与实践》第一次作业
- 语言
- C++
- 递交时间
- 2025-03-14 18:50:37
- 评测时间
- 2025-03-14 18:50:37
- 评测机
- 分数
- 100
- 总耗时
- 9ms
- 峰值内存
- 536.0 KiB