API Response (JSON)
{
"problem": {
"name": "Large Digits",
"description": {
"content": "For an integer $n$, let $S(n)$ be the sum of digits in the decimal notation of $n$. For example, we have $S(123) = 1 + 2 + 3 = 6$. Given two $3$\\-digit integers $A$ and $B$, find the greater of $S(A)$",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc187_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "For an integer $n$, let $S(n)$ be the sum of digits in the decimal notation of $n$. For example, we have $S(123) = 1 + 2 + 3 = 6$.\nGiven two $3$\\-digit integers $A$ and $B$, find the greater of $S(A)$...",
"is_translate": false,
"language": "English"
}
]
}