Hint : wrong input constraint
InterviewBit Problems
Minimum Difference Subsets! : Unsolved
inception_1
2020-07-21 16:26:14 UTC
#1
Take dp[200][20000] instead of dp[101][10001] .