API Response (JSON)
{
"problem": {
"name": "B. Segment Occurrences",
"description": {
"content": "You are given two strings $s$ and $t$, both consisting only of lowercase Latin letters. The substring $s[l..r]$ is the string which is obtained by taking characters $s_l, s_{l + 1}, \\dots, s_r$ witho",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF1016B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given two strings $s$ and $t$, both consisting only of lowercase Latin letters.\n\nThe substring $s[l..r]$ is the string which is obtained by taking characters $s_l, s_{l + 1}, \\dots, s_r$ witho...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "给你两个字符串 $s$ 和 $t$,它们仅由小写拉丁字母组成。\n\n子串 $s [ l.. r ]$ 是通过按顺序取字符 $s_l, s_{l + 1}, \\dots, s_r$ 而得到的字符串。\n\n字符串 $a$ 在字符串 $b$ 中的每次出现是指一个位置 $i$($1 \\leq i \\leq | b | -| a | + 1$),满足 $b [ i.. i + | a | -1 ] = a$($...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ s \\in \\Sigma^n $ and $ t \\in \\Sigma^m $ be strings over the alphabet $ \\Sigma = \\{a, b, \\dots, z\\} $. \nLet $ q \\in \\mathbb{Z}^+ $ be the number of queries. \nFor each query $ ...",
"is_translate": false,
"language": "Formal"
}
]
}