API Response (JSON)
{
"problem": {
"name": "D. Lakes in Berland",
"description": {
"content": "The map of Berland is a rectangle of the size _n_ × _m_, which consists of cells of size 1 × 1. Each cell is either land or water. The map is surrounded by the ocean. _Lakes_ are the maximal regions ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF723D"
},
"statements": [
{
"statement_type": "Markdown",
"content": "The map of Berland is a rectangle of the size _n_ × _m_, which consists of cells of size 1 × 1. Each cell is either land or water. The map is surrounded by the ocean.\n\n_Lakes_ are the maximal regions ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "[{\"iden\":\"statement\",\"content\":\"Berland 的地图是一个大小为 $n × m$ 的矩形,由 $1 × 1$ 的单元格组成。每个单元格要么是陆地,要么是水。地图被海洋包围。\\n\\n_湖泊_ 是由侧面相连的最大水单元格区域,且不与海洋相连。形式上,湖泊是一组水单元格,满足:从集合中的任意一个单元格出发,可以仅通过相邻(共享边)的单元格到达集合中的任意其他单元格,且集...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n, m \\in \\mathbb{Z}^+ $ be the dimensions of the grid. \nLet $ G = (V, E) $ be a grid graph with $ n \\times m $ cells, where each cell is either water ($ \\texttt{.} $) or land ...",
"is_translate": false,
"language": "Formal"
}
]
}