📅  最后修改于: 2022-03-11 14:57:56.310000             🧑  作者: Mango
class Solution(object):
def minOperations(self, boxes):
"""
:type boxes: str
:rtype: List[int]
"""