{"problem":{"name":"Palindrome with leading zeros","description":{"content":"Given is an integer $N$. Is it possible to add zero or more `0`s at the beginning of the string representing $N$ in base ten to get a palindrome?","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc198_b"},"statements":[{"statement_type":"Markdown","content":"Given is an integer $N$.\nIs it possible to add zero or more `0`s at the beginning of the string representing $N$ in base ten to get a palindrome?\n\n## Constraints\n\n*   $0 \\leq N \\leq 10^9$\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":"abc198_b","tags":[],"sample_group":[["1210","Yes\n\nAdding one `0` at the beginning of `1210` results in `01210`, a palindrome."],["777","Yes\n\n`777` is already a palindrome."],["123456789","No"]],"created_at":"2026-03-03 11:01:13"}}