Question

Write a function to remove all 0s from the given number?

Login to Submit

Examples

Input: 1023
Output: 123

Input: 18
Output: 18

Input: 1010
Output: 11