#abc200a. [abc200_a]Century
[abc200_a]Century
Problem Statement
In what century is the year ?
What is century? A century is a period of 100 years. For example, the -st century consists of the years through , the -nd century consists of the years through , and so on.
Constraints
Input
Input is given from Standard Input in the following format:
Output
Print the answer as an integer.
Sample Input 1
2021
Sample Output 1
21
This year is in the -st century.
Sample Input 2
200
Sample Output 2
2
The year is in the -nd century.