API Response (JSON)
{
"problem": {
"name": "Multiple of 9",
"description": {
"content": "An integer $N$ is a multiple of $9$ if and only if the sum of the digits in the decimal representation of $N$ is a multiple of $9$. Determine whether $N$ is a multiple of $9$.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc176_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "An integer $N$ is a multiple of $9$ if and only if the sum of the digits in the decimal representation of $N$ is a multiple of $9$.\nDetermine whether $N$ is a multiple of $9$.\n\n## Constraints\n\n* $0 ...",
"is_translate": false,
"language": "English"
}
]
}