API Response (JSON)
{
"problem": {
"name": "「TAOI-1」Pentiment",
"description": {
"content": "我们规定,在 $n$ 行 $m$ 列的网格中,“直角蛇”是这样一条路径: - 从最下方(第一行)的某个格子的中心开始,在最上方(第 $n$ 行)的某个格子的中心结束。 - 每次可以向上、向右或向左移动一格,每次移动后都到达某个格子的中心(**不能向下移动**)。 - 不能重复经过同一个格子。 特别地,为了给你增加一些考验,我们规定有一些格子是“直角蛇”不能经过的。 请你统计在给定的网格中存在",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P5"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP9221"
},
"statements": [
{
"statement_type": "Markdown",
"content": "我们规定,在 $n$ 行 $m$ 列的网格中,“直角蛇”是这样一条路径:\n\n- 从最下方(第一行)的某个格子的中心开始,在最上方(第 $n$ 行)的某个格子的中心结束。\n- 每次可以向上、向右或向左移动一格,每次移动后都到达某个格子的中心(**不能向下移动**)。\n- 不能重复经过同一个格子。\n\n特别地,为了给你增加一些考验,我们规定有一些格子是“直角蛇”不能经过的。\n\n请你统计在给定的网格中存在...",
"is_translate": false,
"language": "English"
}
]
}