Skip to content

Commit e0f99fe

Browse files
committed
Runtime: 384 ms (Top 73.70%) | Memory: 15 MB (Top 73.95%)
1 parent bdf73fc commit e0f99fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Runtime: 665 ms (Top 16.32%) | Memory: 15 MB (Top 51.03%)
2-
1+
// Runtime: 384 ms (Top 73.70%) | Memory: 15 MB (Top 73.95%)
32
class Solution:
43
def addToArrayForm(self, num: List[int], k: int) -> List[int]:
54
return list(str(int("".join(map(str,num)))+k))

0 commit comments

Comments
 (0)