Delete the digit
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Positive integer n is given. Delete it it the rightmost digit (the digit of units).
Input
One positive integer n (n > 9).
Output
Print the updated number.
Examples
Input #1
Answer #1
Submissions 14K
Acceptance rate 60%