Type: Default 1000ms 256MiB

ABC200A Centry

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

Score : 100 points

Problem Statement

In what century is the year N?

What is century? A century is a period of 100 years. For example, the 1-st century consists of the years 1 through 100, the 2-nd century consists of the years 101 through 200, and so on.

Constraints

  • 1N3000

Input

Input is given from Standard Input in the following format:

N

Output

Print the answer as an integer.


Sample Input 1

2021

Sample Output 1

21

This year 2021 is in the 21-st century.


Sample Input 2

200

Sample Output 2

2

The year 200 is in the 2-nd century.

摸底测试

Not Attended
Status
Done
Rule
IOI
Problem
8
Start at
2023-8-3 8:30
End at
2023-8-3 11:30
Duration
3 hour(s)
Host
Partic.
15