【leetcode-python-29】面试题 16.11. 跳水板渣渣原始版(85.71%)
【leetcode-python-29】面试题 16.11. 跳水板渣渣原始版(85.71%)leetcode 面试题 16.11. 跳水板渣渣原始版(85.71%)直接用range方法。class Solution(object): def divingBoard(self, shorter, longer, k): """ :type shorter: int :type longer: int :t