API Response (JSON)
{
"problem": {
"name": "M. Ahmad Jaber Rectangles",
"description": {
"content": "Ahmad has two rectangles, both of them are above $x -a x i s$ and the height of each one is $h$ $(1 <= h <= 10^9)$. The first rectangle's sides are $(x_1, 0)$ $(x_2, 0)$ $(x_1, h)$ $(x_2, h)$ The se",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10203M"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Ahmad has two rectangles, both of them are above $x -a x i s$ and the height of each one is $h$ $(1 <= h <= 10^9)$.\n\nThe first rectangle's sides are $(x_1, 0)$ $(x_2, 0)$ $(x_1, h)$ $(x_2, h)$\n\nThe se...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ x_1, x_2, x_3, x_4, h \\in \\mathbb{Z} $ be given integers such that: \n- $ 1 \\le x_1 < x_2 \\le 10^9 $ \n- $ 1 \\le x_3 < x_4 \\le 10^9 $ \n- $ 1 \\le h \\le 10^9 $ \n\nLet $ R_1 = [x...",
"is_translate": false,
"language": "Formal"
}
]
}