Accepted
/in/foo.cc: In member function 'void Seqlist::inter(const Seqlist&)': /in/foo.cc:66:30: warning: array subscript -1 is below array bounds of 'int [100005]' [-Warray-bounds] 66 | if(_hash[temp]==2||_hash[temp]==-1) | ~~~~~~~~~~^ /in/foo.cc:57:13: note: while referencing '_hash' 57 | int _hash[N]={0}; | ^~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1015 OO3-2 无序顺序表类的集合运算
- 语言
- C++
- 递交时间
- 2025-03-15 12:45:11
- 评测时间
- 2025-03-15 12:45:11
- 评测机
- 分数
- 100
- 总耗时
- 10ms
- 峰值内存
- 928.0 KiB