API Response (JSON)
{
"problem": {
"name": "H. Packing circles",
"description": {
"content": "You are given rectangle dimensions (W - width, H - height) and circle diameter D. How many circles can you fit inside that rectangle? Circles must be placed in rows parallel to the bottom. Each row mu",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 65536
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10074H"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given rectangle dimensions (W - width, H - height) and circle diameter D. How many circles can you fit inside that rectangle? Circles must be placed in rows parallel to the bottom. Each row mu...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ W, H, D \\in \\mathbb{Z}^+ $ denote the width, height, and diameter of the circle, respectively.\n\n**Constraints** \n$ 1 \\leq W, H, D \\leq 10^6 $\n\n**Objective** \nMaximize the num...",
"is_translate": false,
"language": "Formal"
}
]
}