API Response (JSON)
{
"problem": {
"name": "F. Symmetric Projections",
"description": {
"content": "You are given a set of _n_ points on the plane. A line containing the origin is called good, if projection of the given set to this line forms a symmetric multiset of points. Find the total number of ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF886F"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a set of _n_ points on the plane. A line containing the origin is called good, if projection of the given set to this line forms a symmetric multiset of points. Find the total number of ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "给定平面上的一组 #cf_span[n] 个点。一条经过原点的直线被称为“好线”,如果将给定点集投影到这条直线上后,形成的点的多重集是对称的。求好线的总数。\n\n多重集是指允许重复元素的集合。\n\n一个多重集被称为对称的,如果存在平面上的一个点 #cf_span[P],使得该多重集关于点 #cf_span[P] 中心对称。\n\n第一行包含一个整数 #cf_span[n] (#cf_span[1 ≤ n ...",
"is_translate": true,
"language": "Chinese"
}
]
}