Number of Tens in a Two-Digit Number

Problem Statement

A two-digit number is given. Find the number of tens in it.

Input

A two-digit number is entered.

Output

Print the answer to the problem.

Example

[{'input': '57', 'output': '5'}]