API Response (JSON)
{
"problem": {
"name": "Replace Digits",
"description": {
"content": "You have a string $S$ of length $N$. Initially, all characters in $S$ are `1`s. You will perform queries $Q$ times. In the $i$\\-th query, you are given two integers $L_i, R_i$ and a character $D_i$ (w",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abl_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You have a string $S$ of length $N$. Initially, all characters in $S$ are `1`s.\nYou will perform queries $Q$ times. In the $i$\\-th query, you are given two integers $L_i, R_i$ and a character $D_i$ (w...",
"is_translate": false,
"language": "English"
}
]
}