API Response (JSON)
{
"problem": {
"name": "B. Rectangles",
"description": {
"content": "You have N rectangles, all of their sides are either parallel to X axis or to Y axis, and you want to cover them all using one big rectangle. what is the minimum area of the big rectangle you need 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": "CF10088B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You have N rectangles, all of their sides are either parallel to X axis or to Y axis, and you want to cover them all using one big rectangle. \n\nwhat is the minimum area of the big rectangle you need i...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ T \\in \\mathbb{Z} $ be the number of test cases. \nFor each test case $ k \\in \\{1, \\dots, T\\} $: \n- Let $ N_k \\in \\mathbb{Z} $ denote the size of the array. \n- Let $ A_k = (a_...",
"is_translate": false,
"language": "Formal"
}
]
}