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