API Response (JSON)
{
"problem": {
"name": "substr = S",
"description": {
"content": "You are given a string $S$ consisting of digits and positive integers $L$ and $R$ for each of $T$ test cases. Solve the following problem. For a positive integer $x$, let us define $f(x)$ as the numbe",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 4000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc295_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a string $S$ consisting of digits and positive integers $L$ and $R$ for each of $T$ test cases. Solve the following problem.\nFor a positive integer $x$, let us define $f(x)$ as the numbe...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "对于每个测试用例,给定一个由数字组成的字符串 $S$ 以及两个正整数 $L$ 和 $R$。请解决以下问题:\n对于正整数 $x$,定义 $f(x)$ 为 $x$ 的十进制表示(不含前导零)中等于 $S$ 的连续子串的个数。\n例如,若 $S=$ `22`,则有 $f(122) = 1$,$f(123) = 0$,$f(226) = 1$,$f(222) = 2$。\n求 $\\displaystyle \\...",
"is_translate": true,
"language": "Chinese"
}
]
}