API Response (JSON)
{
"problem": {
"name": "E2. Stars Drawing (Hard Edition)",
"description": {
"content": "A _star_ is a figure of the following type: an asterisk character '_*_' in the center of the figure and four rays (to the left, right, top, bottom) of the same positive length. The size of a _star_ is",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF1015E2"
},
"statements": [
{
"statement_type": "Markdown",
"content": "A _star_ is a figure of the following type: an asterisk character '_*_' in the center of the figure and four rays (to the left, right, top, bottom) of the same positive length. The size of a _star_ is...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "一个 _星形_ 是由以下类型构成的图形:中心位置为一个星号字符 '_*_',并从中心向四个方向(左、右、上、下)延伸出长度相同的正数条射线。星形的大小定义为其射线的长度。星形的大小必须为正数(即长度为 $0$ 的射线是不允许的)。\n\n假设空格用 '_._' 表示,那么以下图形都是 _星形_:\n\n给你一个大小为 $n \\times m$ 的矩形网格,仅包含星号 '_*_' 和点(句点)'_._'。行...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ G \\in \\{*, .\\}^{n \\times m} $ be the input grid of size $ n \\times m $. \nA *star* centered at $ (x, y) $ with size $ s \\in \\mathbb{Z}^+ $ is the set of cells: \n$$\n\\{(x, y)\\} ...",
"is_translate": false,
"language": "Formal"
}
]
}