API Response (JSON)
{
"problem": {
"name": "Multiple of 2019",
"description": {
"content": "Given is a string $S$ consisting of digits from `1` through `9`. Find the number of pairs of integers $(i,j)$ ($1 ≤ i ≤ j ≤ |S|$) that satisfy the following condition: Condition: In base ten, the $i$\\",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc164_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is a string $S$ consisting of digits from `1` through `9`.\nFind the number of pairs of integers $(i,j)$ ($1 ≤ i ≤ j ≤ |S|$) that satisfy the following condition:\nCondition: In base ten, the $i$\\...",
"is_translate": false,
"language": "English"
}
]
}