The extra digit
Easy
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
What is the maximum number can be obtained by removing one of the digits of a given natural number N?
Input
Natural number N (10 ≤ N ≤ 10^32).
Output
The answer to the problem.
Examples
Input #1
Answer #1
Submissions 2K
Acceptance rate 27%