API Response (JSON)
{
"problem": {
"name": "Digits Sum",
"description": {
"content": "Takahashi has two positive integers $A$ and $B$. It is known that $A$ plus $B$ equals $N$. Find the minimum possible value of \"the sum of the digits of $A$\" plus \"the sum of the digits of $B$\" (in bas",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc025_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Takahashi has two positive integers $A$ and $B$.\nIt is known that $A$ plus $B$ equals $N$. Find the minimum possible value of \"the sum of the digits of $A$\" plus \"the sum of the digits of $B$\" (in bas...",
"is_translate": false,
"language": "English"
}
]
}