API Response (JSON)
{
"problem": {
"name": "Digit Sum Minimization",
"description": {
"content": "Given are positive integers $a, b$, where none of the digits is $0$. Permute the digits of each of $a$ and $b$ so that the sum of the digits in $a+b$ is minimized.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc130_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given are positive integers $a, b$, where none of the digits is $0$.\nPermute the digits of each of $a$ and $b$ so that the sum of the digits in $a+b$ is minimized.\n\n## Constraints\n\n* $1\\leq a, b< 10...",
"is_translate": false,
"language": "English"
}
]
}