API Response (JSON)
{
"problem": {
"name": "E1. Stars Drawing (Easy 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": "CF1015E1"
},
"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 $ n, m \\in \\mathbb{Z} $ be the dimensions of the grid, with $ 3 \\leq n, m \\leq 100 $. \nLet $ G \\in \\{*, .\\}^{n \\times m} $ be the input grid, where $ G[i][j] $ denotes the chara...",
"is_translate": false,
"language": "Formal"
}
]
}