eolymp
bolt
Try our new interface for solving problems
Problems

Delete the digit

Delete the digit

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.

Time limit 1 second
Memory limit 128 MiB
Input example #1
512
Output example #1
51
Author Matviychuk Sergiy
Source "ABC programming"