Problemhttps://leetcode.com/problems/capacity-to-ship-packages-within-d-days/ Solclass Solution: def shipWithinDays(self, weights: List[int], days: int) -> int: # days 동안 다른 항구로 짐 옮기기 # i 번째 짐 무게 == weights[i] 주어진 순서대로 실어야함 # 각 날마다 컨베이어 벨트 위의 짐들을 배로 옮길거야 # weight