API Response (JSON)
{
"problem": {
"name": "A. Find Extra One",
"description": {
"content": "You have _n_ distinct points on a plane, none of them lie on _OY_ axis. Check that there is a point after removal of which the remaining points are located on one side of the _OY_ axis.",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF900A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You have _n_ distinct points on a plane, none of them lie on _OY_ axis. Check that there is a point after removal of which the remaining points are located on one side of the _OY_ axis.\n\n## Input\n\nThe...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "你平面上有 #cf_span[n] 个互不相同的点,且没有任何一个点位于 #cf_span[OY] 轴上。请判断是否存在一个点,将其移除后,剩余的点全部位于 #cf_span[OY] 轴的同一侧。\n\n第一行包含一个正整数 #cf_span[n](#cf_span[2 ≤ n ≤ 105])。\n\n接下来的 #cf_span[n] 行每行包含一个点的坐标。第 #cf_span[i] 行包含两个整数 #...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $, $ 2 \\leq n \\leq 10^5 $, be the number of points. \nLet $ P = \\{ (x_i, y_i) \\mid i \\in \\{1, \\dots, n\\} \\} $ be a set of distinct points in $ \\mathbb{R}^2 $, ...",
"is_translate": false,
"language": "Formal"
}
]
}