100 atcoder#ABC200A. [ABC200A] Century
[ABC200A] Century
Score : points
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.
2021
21
This year is in the -st century.
200
2
The year is in the -nd century.