API Response (JSON)
{
"problem": {
"name": "C. Coin Graph",
"description": {
"content": "First of all you must know that the name of this problem is irrelevant to what we want! You are given an integer s. Find a simple connected graph such that the sum of lengths of the shortest paths be",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10053C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "First of all you must know that the name of this problem is irrelevant to what we want!\n\nYou are given an integer s. Find a simple connected graph such that the sum of lengths of the shortest paths be...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ s \\in \\mathbb{Z} $ with $ 0 \\leq s \\leq 10^5 $. \n\n**Objective** \nFind a simple connected graph $ G = (V, E) $ such that the sum of the lengths of all shortest paths between e...",
"is_translate": false,
"language": "Formal"
}
]
}