Integer division and remainder




Task
Time limit: 1000 ms,
Memory limit: 256 Mb

Rabbit Clover with friends began to study mathematics. The first thing they learned is that all numbers are made up of digits.
Write a program that will help Rabbit Clover determine how many dozens in a given number.
Recall that tens is the penultimate digit of a number

Input: a natural number is entered.
Output: output the answer to the problem.

Examples
Входные данные Выходные данные
1 179 7
2 40 4
 

Auto CHOOSE THE PROGRAMMING NECESSARY LANGUAGE!
Attach the program source file:
or enter the source code in the language:

Rules for designing programs and a list of errors during automatic task verification
           

Results: