0-1_Knapsack_Problem By Bottom-up Dynamic programming Print the value of optimal solution of 0-1 Knapsack Problem Input value : random number (1 <= value <= 2n) weight : sequentially increasing number (1 to n) W : 실행 결과