API Response (JSON)
{
"problem": {
"name": "Digit Sum Divisible",
"description": {
"content": "The **digit sum** of a positive integer $n$ is defined as the sum of the digits in the decimal notation of $n$. For example, the digit sum of $2024$ is $2+0+2+4=8$. A positive integer $n$ is called ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 10000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc336_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "The **digit sum** of a positive integer $n$ is defined as the sum of the digits in the decimal notation of $n$. For example, the digit sum of $2024$ is $2+0+2+4=8$. \nA positive integer $n$ is called ...",
"is_translate": false,
"language": "English"
}
]
}