There was an error while loading. Please reload this page.
2 parents e19e894 + f6dbc61 commit 95e4dc2Copy full SHA for 95e4dc2
1 file changed
leetcode3/김민제/546_Remove_Boxes.py
@@ -0,0 +1,3 @@
1
+class Solution:
2
+ def removeBoxes(self, boxes: List[int]) -> int:
3
+
0 commit comments