API Response (JSON)
{
"problem": {
"name": "Digit Sums",
"description": {
"content": "Let $S(n)$ denote the sum of the digits in the decimal notation of $n$. For example, $S(101) = 1 + 0 + 1 = 2$. Given an integer $N$, determine if $S(N)$ divides $N$.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc101_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Let $S(n)$ denote the sum of the digits in the decimal notation of $n$. For example, $S(101) = 1 + 0 + 1 = 2$.\nGiven an integer $N$, determine if $S(N)$ divides $N$.\n\n## Constraints\n\n* $1 \\leq N \\le...",
"is_translate": false,
"language": "English"
}
]
}