Actually this problem is not DP. It is a binary search problem. Do a binary search over the answer. For each number of bullet N, ...
確定! 回上一頁