@[l55584](/user/184271)
给定输入:
```cpp
1
2
-200000000 -200000000
```
在执行:
```cpp
if(t[i]) temp=hash(a[i]+19260817);
else temp=hash(a[i]);
```
之后,变量 `temp` 为负数,将其作为数组索引会导致 $\texttt{Runtime Error}$。
by metaphysis @ 2021-06-08 08:55:24