API Response (JSON)
{
"problem": {
"name": "047. Who will win",
"description": {
"content": "Two runners are racing against each other in the 400 meter dash and you want to know who will win. The current distance covered by each runner(meters) and the speed (meters per second) will be given f",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269047"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Two runners are racing against each other in the 400 meter dash and you want to know who will win. The current distance covered by each runner(meters) and the speed (meters per second) will be given f...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ d_1, v_1 \\in \\mathbb{R}^+ $ be the distance covered and speed of Runner 1, respectively. \nLet $ d_2, v_2 \\in \\mathbb{R}^+ $ be the distance covered and speed of Runner 2, resp...",
"is_translate": false,
"language": "Formal"
}
]
}