API Response (JSON)
{
"problem": {
"name": "D. Large Triangle",
"description": {
"content": "> > There is a strange peculiarity: if you connect the cities of Rostov, Taganrog and Shakhty, peculiarly, you get a triangle> — «Unbelievable But True»Students from many different parts of Russia and",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF1019D"
},
"statements": [
{
"statement_type": "Markdown",
"content": "> > There is a strange peculiarity: if you connect the cities of Rostov, Taganrog and Shakhty, peculiarly, you get a triangle> — «Unbelievable But True»Students from many different parts of Russia and...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "来自俄罗斯各地及海外的学生来到夏季信息学学校。你已在地图上标记了SIS参与者的家乡。\n\n现在你打算基于这张地图制作一个有趣的信息图。你首先决定找出地图上的三个城市,使它们构成一个面积为 $S$ 的三角形。\n\n输入的第一行包含两个整数 $n$ 和 $S$($3 lt.eq n lt.eq 2000$,$1 lt.eq S lt.eq 2 dot.op 10^(18)$)—— 分别表示地图上的城市数量...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ be the number of cities. \nLet $ S \\in \\mathbb{Z}^+ $ be the target area. \nLet $ P = \\{ (x_i, y_i) \\mid i \\in \\{1, \\dots, n\\} \\} $ be a set of $ n $ distinc...",
"is_translate": false,
"language": "Formal"
}
]
}