API Response (JSON)
{
"problem": {
"name": "137. Cheesy Numbers",
"description": {
"content": "You consider a number to be _cheesy_ if it is divisible by the sum of its digits. For example, the sum of the digits of 360 is 9, and 360 is divisible by 9, so 360 is a _cheesy number_. On the other h",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269137"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You consider a number to be _cheesy_ if it is divisible by the sum of its digits. For example, the sum of the digits of 360 is 9, and 360 is divisible by 9, so 360 is a _cheesy number_. On the other h...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ be the input integer. \nLet $ s(n) = \\sum_{d \\in \\text{digits}(n)} d $ denote the sum of the decimal digits of $ n $.\n\n**Constraints** \n$ n $ fits in a Java...",
"is_translate": false,
"language": "Formal"
}
]
}