Compile Error
/in/foo.cc: In member function 'void Array::insert(int)':
/in/foo.cc:23:9: error: 'sz' was not declared in this scope; did you mean 'size'?
23 | sz++;
| ^~
| size
/in/foo.cc: In member function 'void Array::print()':
/in/foo.cc:27:29: error: 'sz' was not declared in this scope; did you mean 'size'?
27 | for (int i = 0; i < sz; i++)
| ^~
| size
信息
- 递交者
- 类型
- 自测
- 题目
- P1418 3 数组类+有序插入
- 语言
- C++
- 递交时间
- 2025-05-25 15:41:54
- 评测时间
- 2025-05-25 15:41:54
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes