You mean P=NP?
As for the subset sum problem: the input is not a list, but a set. So per definition each element is unique. However, even if it was a list and multiple occurrences were allowed, this would not make a difference.
Have fun on your quest! Let us know how it turns out. ;)