{"raw_statement":[{"iden":"problem statement","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?"},{"iden":"constraints","content":"*   $0 \\leq N \\leq 10^9$"},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$N$"},{"iden":"sample input 1","content":"1210"},{"iden":"sample output 1","content":"Yes\n\nAdding one `0` at the beginning of `1210` results in `01210`, a palindrome."},{"iden":"sample input 2","content":"777"},{"iden":"sample output 2","content":"Yes\n\n`777` is already a palindrome."},{"iden":"sample input 3","content":"123456789"},{"iden":"sample output 3","content":"No"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}