API Response (JSON)
{
"problem": {
"name": "156. Closest Houses",
"description": {
"content": "For this problem, you will be tasked with sorting a series of houses by how close they are to a given house. The rules for house distances are as follows: houses on the same street will have have a di",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269156"
},
"statements": [
{
"statement_type": "Markdown",
"content": "For this problem, you will be tasked with sorting a series of houses by how close they are to a given house. The rules for house distances are as follows: houses on the same street will have have a di...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ H = \\{ ( \\text{name}_i, s_i, h_i ) \\mid i \\in \\{1, \\dots, n\\} \\} $ be the set of houses, where: \n- $ \\text{name}_i \\in \\mathbb{S} $ is the unique name of house $ i $, \n- $ s_...",
"is_translate": false,
"language": "Formal"
}
]
}