Two-digit number from three-digit
Easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Three digit number is given. Remove from it one digit so that to get the minimum possible two-digit number.
Input
One three digit number.
Output
Print the minimum possible two-digit number.
Examples
Input #1
Answer #1
Submissions 12K
Acceptance rate 15%