{"problem":{"name":"Last Two Digits","description":{"content":"You are given an integer $N$ at least $100$. Print the last two digits of $N$. Strictly speaking, print the tens and ones digits of $N$ in this order.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc254_a"},"statements":[{"statement_type":"Markdown","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.\n\n## Constraints\n\n*   $100 \\le N \\le 999$\n*   $N$ is an integer.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$N$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc254_a","tags":[],"sample_group":[["254","54\n\nThe last two digits of $254$ are $54$, which should be printed."],["101","01\n\nThe last two digits of $101$ are $01$, which should be printed."]],"created_at":"2026-03-03 11:01:14"}}