API Response (JSON)
{
"problem": {
"name": "D. Points and Powers of Two",
"description": {
"content": "There are $n$ distinct points on a coordinate line, the coordinate of $i$\\-th point equals to $x_i$. Choose a subset of the given set of points such that the distance between each pair of points in a ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 4000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF988D"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are $n$ distinct points on a coordinate line, the coordinate of $i$\\-th point equals to $x_i$. Choose a subset of the given set of points such that the distance between each pair of points in a ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "在一条坐标轴上有 $n$ 个互不相同的点,第 $i$ 个点的坐标为 $x_i$。请从给定点集中选择一个子集,使得该子集中任意两点之间的距离均为 2 的整数次幂。需要考虑每一对点,而不仅仅是相邻点。注意,任何只包含一个元素的子集都满足上述条件。在所有满足条件的子集中,选择一个元素个数最多的子集。\n\n换句话说,你需要选择尽可能多的点 $x_{i_1}, x_{i_2}, dots.h, x_{i_m}...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Let $ S = \\{x_1, x_2, \\dots, x_n\\} \\subset \\mathbb{Z} $ be a set of $ n $ distinct integer coordinates.\n\nDefine a graph $ G = (S, E) $, where an edge $ (x_i, x_j) \\in E $ exists if and only if $ |x_i ...",
"is_translate": false,
"language": "Formal"
}
]
}