{"raw_statement":[{"iden":"problem statement","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 years $101$ through $200$, and so on."},{"iden":"constraints","content":"*   $1 \\le N \\le 3000$"},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$N$"},{"iden":"sample input 1","content":"2021"},{"iden":"sample output 1","content":"21\n\nThis year $2021$ is in the $21$\\-st century."},{"iden":"sample input 2","content":"200"},{"iden":"sample output 2","content":"2\n\nThe year $200$ is in the $2$\\-nd century."}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}