API Response (JSON)
{
"problem": {
"name": "A. Single Wildcard Pattern Matching",
"description": {
"content": "You are given two strings $s$ and $t$. The string $s$ consists of lowercase Latin letters and **at most one** wildcard character '_*_', the string $t$ consists only of lowercase Latin letters. The len",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF1023A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given two strings $s$ and $t$. The string $s$ consists of lowercase Latin letters and **at most one** wildcard character '_*_', the string $t$ consists only of lowercase Latin letters. The len...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "你被给定两个字符串 $s$ 和 $t$。字符串 $s$ 由小写拉丁字母和至多一个通配符 '_*_' 组成,字符串 $t$ 仅由小写拉丁字母组成。字符串 $s$ 的长度为 $n$,字符串 $t$ 的长度为 $m$。\n\n字符串 $s$ 中的通配符 '_*_'(如果存在)可以被任意长度(包括空)的小写拉丁字母序列替换。$s$ 中的其他字符不能被替换。如果可以通过替换 $s$ 中的通配符 '_*_' 得到...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ s \\in (\\Sigma \\cup \\{*\\})^n $ be a pattern string of length $ n $, where $ \\Sigma $ is the set of lowercase Latin letters, and $ * $ denotes at most one wildcard character. \nL...",
"is_translate": false,
"language": "Formal"
}
]
}