API Response (JSON)
{
"problem": {
"name": "A. New Bus Route",
"description": {
"content": "There are _n_ cities situated along the main road of Berland. Cities are represented by their coordinates — integer numbers _a_1, _a_2, ..., _a__n_. All coordinates are pairwise distinct. It is possi",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF792A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are _n_ cities situated along the main road of Berland. Cities are represented by their coordinates — integer numbers _a_1, _a_2, ..., _a__n_. All coordinates are pairwise distinct.\n\nIt is possi...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "伯兰主路上有 #cf_span[n] 座城市。城市用它们的坐标表示——整数 #cf_span[a1, a2, ..., an]。所有坐标两两不同。\n\n只能通过巴士在城市之间通行。但由于所有巴士和道路都非常老旧,交通部长决定修建一条新的巴士线路。部长不想花费大量资金——他希望选择两座城市,使得它们之间的距离尽可能小。两座城市之间的距离等于它们坐标差的绝对值。\n\n可能存在多对城市具有最小可能距离,因此...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ with $ 2 \\leq n \\leq 2 \\cdot 10^5 $. \nLet $ A = (a_1, a_2, \\dots, a_n) $ be a sequence of pairwise distinct integers, where $ -10^9 \\leq a_i \\leq 10^9 $.\n\n*...",
"is_translate": false,
"language": "Formal"
}
]
}