API Response (JSON)
{
"problem": {
"name": "H. Eyad and Math",
"description": {
"content": "Eyad was given a simple math problem, but since he is very bad at math he asked you to help him. Given 4 numbers, a, b, c, and d. Your task is to find whether ab is less than cd or not. *It is guara",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10150H"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Eyad was given a simple math problem, but since he is very bad at math he asked you to help him.\n\nGiven 4 numbers, a, b, c, and d. Your task is to find whether ab is less than cd or not.\n\n*It is guara...",
"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\\} $, let $ (a_k, b_k, c_k, d_k) \\in \\mathbb{Z}^4 $ be four integers.\n\n**Constraints**...",
"is_translate": false,
"language": "Formal"
}
]
}