Compile Error
foo.cc: In member function 'SeqList SeqList::operator+(const SeqList&)': foo.cc:67:9: error: 'i' was not declared in this scope 67 | while(i<n) ss.push_back(a[i]), i++; | ^ foo.cc:68:9: error: 'j' was not declared in this scope 68 | while(j<s.n) ss.push_back(s.a[j]), j++; | ^
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1016 OO3-3 有序顺序表类的合并运算
- 比赛
- 2022春 面向对象程序设计方法的上机作业
- 语言
- C++
- 递交时间
- 2022-05-01 17:57:52
- 评测时间
- 2022-05-01 17:57:52
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes