API Response (JSON)
{
"problem": {
"name": "Small Multiple",
"description": {
"content": "Find the smallest possible sum of the digits in the decimal notation of a positive multiple of $K$.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc084_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Find the smallest possible sum of the digits in the decimal notation of a positive multiple of $K$.\n\n## Constraints\n\n* $2 \\leq K \\leq 10^5$\n* $K$ is an integer.\n\n## Input\n\nInput is given from Stan...",
"is_translate": false,
"language": "English"
}
]
}