API Response (JSON)
{
"problem": {
"name": "A. Carpeting the Room",
"description": {
"content": "Soroush's room is a square with side length _n_. Before this contest he bought _k_ fine Persian carpets to carpet his room for celebrating the 100th contest on his favorite site. Each Persian carpet i",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 65536
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF100A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Soroush's room is a square with side length _n_. Before this contest he bought _k_ fine Persian carpets to carpet his room for celebrating the 100th contest on his favorite site. Each Persian carpet i...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Soroush 的房间是一个边长为 $n$ 的正方形。在本次比赛之前,他购买了 $k$ 块精美的波斯地毯,准备用它们铺满房间,以庆祝他在最爱的网站上举办的第 $100$ 场比赛。每块波斯地毯都是边长为 $n1$ 的正方形。\n\nSoroush 希望完全覆盖房间的全部面积。地毯可以重叠放置,但不允许旋转地毯。Soroush 能否完全铺满他的房间?\n\n输入包含三个整数 $n$、$k$ 和 $n1$($1...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n, k, n_1 \\in \\mathbb{Z}^+ $ be given integers.\n\n**Constraints** \n$ 10 \\leq n \\leq 12 $, \n$ 1 \\leq k \\leq 10 $, \n$ n_1 \\in \\mathbb{Z}^+ $.\n\n**Objective** \nDetermine whether...",
"is_translate": false,
"language": "Formal"
}
]
}