记录详情

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};
      |             ^~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 736.0 KiB
#2 Accepted 2ms 928.0 KiB
#3 Accepted 2ms 784.0 KiB
#4 Accepted 2ms 736.0 KiB
#5 Accepted 1ms 832.0 KiB

信息

递交者
类型
递交
题目
P1015 OO3-2 无序顺序表类的集合运算
语言
C++
递交时间
2025-03-15 12:45:11
评测时间
2025-03-15 12:45:11
评测机
分数
100
总耗时
10ms
峰值内存
928.0 KiB