{"raw_statement":[{"iden":"problem statement","content":"You are given an integer $N$ at least $100$. Print the last two digits of $N$.\nStrictly speaking, print the tens and ones digits of $N$ in this order."},{"iden":"constraints","content":"*   $100 \\le N \\le 999$\n*   $N$ is an integer."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$N$"},{"iden":"sample input 1","content":"254"},{"iden":"sample output 1","content":"54\n\nThe last two digits of $254$ are $54$, which should be printed."},{"iden":"sample input 2","content":"101"},{"iden":"sample output 2","content":"01\n\nThe last two digits of $101$ are $01$, which should be printed."}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}