API Response (JSON)
{
"problem": {
"name": "C. Leaving the Bar",
"description": {
"content": "For a vector $\\vec{v} = (x, y)$, define $|v| = \\sqrt{x^2 + y^2}$. Allen had a bit too much to drink at the bar, which is at the origin. There are $n$ vectors $\\vec{v_1}, \\vec{v_2}, \\cdots, \\vec{v_n}$",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF995C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "For a vector $\\vec{v} = (x, y)$, define $|v| = \\sqrt{x^2 + y^2}$.\n\nAllen had a bit too much to drink at the bar, which is at the origin. There are $n$ vectors $\\vec{v_1}, \\vec{v_2}, \\cdots, \\vec{v_n}$...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "对于向量 $\\vec{v} = (x, y)$,定义 $| \\vec{v} | = \\sqrt{x^2 + y^2}$。\n\n艾伦在酒吧喝得太多,而酒吧位于原点。现有 $n$ 个向量 $\\vec{v_1}, \\vec{v_2}, \\dots, \\vec{v_n}$。艾伦将进行 $n$ 次移动。由于他的方向感受损,在第 $i$ 次移动中,他将沿着 $\\vec{v_i}$ 或 $-\\vec{v_i}$ ...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ with $ 1 \\leq n \\leq 10^5 $. \nLet $ \\vec{v}_i = (x_i, y_i) \\in \\mathbb{R}^2 $ for $ i = 1, \\dots, n $, with $ \\|\\vec{v}_i\\| \\leq 10^6 $. \nLet $ c_i \\in \\...",
"is_translate": false,
"language": "Formal"
}
]
}