2710. Remove Trailing Zeros From a String
Given a positive integer
num
represented as a string, return the integernum
without trailing zeros as a string.
1 | class Solution { |
2710. Remove Trailing Zeros From a String
Given a positive integer
num
represented as a string, return the integernum
without trailing zeros as a string.
1 | class Solution { |