API Response (JSON)
{
"problem": {
"name": "F. Polynom",
"description": {
"content": "You are given a polynom in form _p_(_x_) = (_x_ + _a_1)·(_x_ + _a_2)·... (_x_ + _a__n_). Write Pike program to print it in a standard form _p_(_x_) = _x__n_ + _b_1_x__n_ - 1 + ... + _b__n_ - 1_x_ + _b",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 65536
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF100F"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a polynom in form _p_(_x_) = (_x_ + _a_1)·(_x_ + _a_2)·... (_x_ + _a__n_). Write Pike program to print it in a standard form _p_(_x_) = _x__n_ + _b_1_x__n_ - 1 + ... + _b__n_ - 1_x_ + _b...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "给定一个多项式,形式为 $p(x) = (x + a1)·(x + a2)·... (x + an)$。请编写一个 Pike 程序,将其以标准形式 $p(x) = x^n + b1x^{n - 1} + ... + bn - 1x + bn$ 输出。每个项应写成 «_C*X^K_» 的形式(例如,_5*X^8_)。\n\n请以最简形式写出该多项式,因此应省略不必要的项:某些 «_C*X^K_» 项应被...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ with $ 1 \\leq n \\leq 9 $. \nLet $ A = (a_1, a_2, \\dots, a_n) $ be a sequence of integers with $ -10 \\leq a_i \\leq 10 $. \nDefine the polynomial: \n$$ p(x) = ...",
"is_translate": false,
"language": "Formal"
}
]
}