API Response (JSON)
{
"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\nI...",
"is_translate": false,
"language": "English"
}
]
}