API Response (JSON)
{
"problem": {
"name": "B. Door Frames",
"description": {
"content": "Petya has equal wooden bars of length _n_. He wants to make a frame for _two_ equal doors. Each frame has two vertical (left and right) sides of length _a_ and one top side of length _b_. A solid (i.e",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF910B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Petya has equal wooden bars of length _n_. He wants to make a frame for _two_ equal doors. Each frame has two vertical (left and right) sides of length _a_ and one top side of length _b_. A solid (i.e...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Petya 有若干根长度为 #cf_span[n] 的相同木条。他想为 _两_ 扇相同的门制作框架。每个框架由两个垂直边(左、右)组成,长度为 #cf_span[a],以及一个顶部边,长度为 #cf_span[b]。每条边都需要使用一根完整的(即连续无断裂)木条。\n\n请确定制作两扇门的框架所需的最少木条数量。Petya 可以将木条切割成任意部分,但每扇门的每条边都必须由一根完整的木条(或整根木条)...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the length of each wooden bar. \nLet $ a \\in \\mathbb{Z}^+ $ be the length of each vertical side of a door frame. \nLet $ b \\in \\mathbb{Z}^+ $ be the len...",
"is_translate": false,
"language": "Formal"
}
]
}