Century

AtCoder
IDabc200_a
Time2000ms
Memory256MB
Difficulty
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 * $1 \le N \le 3000$ ## Input Input is given from Standard Input in the following format: $N$ [samples]
Samples
Input #1
2021
Output #1
21

This year $2021$ is in the $21$\-st century.
Input #2
200
Output #2
2

The year $200$ is in the $2$\-nd century.
API Response (JSON)
{
  "problem": {
    "name": "Century",
    "description": {
      "content": "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 year",
      "description_type": "Markdown"
    },
    "platform": "AtCoder",
    "limit": {
      "time_limit": 2000,
      "memory_limit": 262144
    },
    "difficulty": "None",
    "is_remote": true,
    "is_sync": true,
    "sync_url": null,
    "sign": "abc200_a"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "content": "In what century is the year $N$?\nWhat 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 year...",
      "is_translate": false,
      "language": "English"
    }
  ]
}
Full JSON Raw Segments