API Response (JSON)
{
"problem": {
"name": "All Pair Digit Sums",
"description": {
"content": "For a positive integer $x$, let $f(x)$ denote the sum of its digits. For instance, $f(158) = 1 + 5 + 8 = 14$, $f(2023) = 2 + 0 + 2 + 3 = 7$, and $f(1) = 1$. You are given a sequence of positive intege",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 4000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc158_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "For a positive integer $x$, let $f(x)$ denote the sum of its digits. For instance, $f(158) = 1 + 5 + 8 = 14$, $f(2023) = 2 + 0 + 2 + 3 = 7$, and $f(1) = 1$.\nYou are given a sequence of positive intege...",
"is_translate": false,
"language": "English"
}
]
}