220. Contains Duplicate III - Runtime Error
skystone1000 opened this issue · 1 comments
skystone1000 commented
"220. Contains Duplicate III" is causing runtime error on input:
Nums = [2147483647,-2147483647]
k = 1
t = 2147483647
kamyu104 commented
Fixed, thank you!