API Response (JSON)
{
"problem": {
"name": "Problem where Commas Separate Digits",
"description": {
"content": "You are given a string $S$ consisting of digits between `1` and `9`, inclusive. You will insert at most $K$ commas (`,`) into this string to separate it into multiple numbers. Your task is to minimize",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "asaporo_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a string $S$ consisting of digits between `1` and `9`, inclusive. You will insert at most $K$ commas (`,`) into this string to separate it into multiple numbers.\nYour task is to minimize...",
"is_translate": false,
"language": "English"
}
]
}