#3726
Remove Zeros in Decimal Representation
easy · 76.4% accepted · 41 likes · top 87%
Description
You are given a positive integer n.
Return the integer obtained by removing all zeros from the decimal representation of n.
Solution
easy · 76.4% accepted · 41 likes · top 87%
Description
You are given a positive integer n.
Return the integer obtained by removing all zeros from the decimal representation of n.
Solution