API Response (JSON)
{
"problem": {
"name": "Harshad Number",
"description": {
"content": "An integer $X$ is called a Harshad number if $X$ is divisible by $f(X)$, where $f(X)$ is the sum of the digits in $X$ when written in base $10$. Given an integer $N$, determine whether it is a Harshad",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc080_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "An integer $X$ is called a Harshad number if $X$ is divisible by $f(X)$, where $f(X)$ is the sum of the digits in $X$ when written in base $10$.\nGiven an integer $N$, determine whether it is a Harshad...",
"is_translate": false,
"language": "English"
}
]
}