{"problem":{"name":"Palindromic Number","description":{"content":"You are given a three-digit positive integer $N$.   Determine whether $N$ is a _palindromic number_.   Here, a palindromic number is an integer that reads the same backward as forward in decimal notat","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc070_a"},"statements":[{"statement_type":"Markdown","content":"You are given a three-digit positive integer $N$.  \nDetermine whether $N$ is a _palindromic number_.  \nHere, a palindromic number is an integer that reads the same backward as forward in decimal notation.\n\n## Constraints\n\n*   $100≤N≤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":"abc070_a","tags":[],"sample_group":[["575","Yes\n\n$N=575$ is also $575$ when read backward, so it is a palindromic number. You should print `Yes`."],["123","No\n\n$N=123$ becomes $321$ when read backward, so it is not a palindromic number. You should print `No`."],["812","No"]],"created_at":"2026-03-03 11:01:14"}}