@param m: An integer m denotes the size of a backpack @param A & V: Given n items with size A[i] and value V[i] @return: The maximum value
(int m, int[] A, int V[])
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected