API Response (JSON)
{
"problem": {
"name": "A. Domino",
"description": {
"content": "We all know the problem about the number of ways one can tile a 2 × _n_ field by 1 × 2 dominoes. You probably remember that it goes down to Fibonacci numbers. We will talk about some other problem bel",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF85A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We all know the problem about the number of ways one can tile a 2 × _n_ field by 1 × 2 dominoes. You probably remember that it goes down to Fibonacci numbers. We will talk about some other problem bel...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "我们都知道一个关于用 $1 \\times 2$ 多米诺骨牌铺满 $2 \\times n$ 网格的方案数的问题,你可能记得它归结为斐波那契数。下面我们讨论另一个问题,你同样需要使用多米诺骨牌铺满一个矩形区域。\n\n给定一个 $4 \\times n$ 的矩形区域,即包含四行和 $n$ 列的网格。你需要找到一种用 $1 \\times 2$ 多米诺骨牌铺满它的方案,使得每一条位于网格线上的潜在垂直切割(共 ...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $, $ 1 \\leq n \\leq 100 $, denote the number of columns in a $ 4 \\times n $ grid. \nA domino is a $ 1 \\times 2 $ or $ 2 \\times 1 $ rectangle covering exactly tw...",
"is_translate": false,
"language": "Formal"
}
]
}