API Response (JSON)
{
"problem": {
"name": "求一元二次方程",
"description": {
"content": "利用公式 : $$x_1=\\frac{-b+\\sqrt{b^2-4ac}}{2a} , x_2=\\frac{-b-\\sqrt{b^2-4ac}}{2a}$$ 求一元二次方程 $ax^2+bx+c=0$ 的根,其中 $a$ 不等于 $0$。结果要求精确到小数点后 $5$ 位。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P1"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB2053"
},
"statements": [
{
"statement_type": "Markdown",
"content": "利用公式 :\n\n$$x_1=\\frac{-b+\\sqrt{b^2-4ac}}{2a} , x_2=\\frac{-b-\\sqrt{b^2-4ac}}{2a}$$\n\n求一元二次方程 $ax^2+bx+c=0$ 的根,其中 $a$ 不等于 $0$。结果要求精确到小数点后 $5$ 位。\n\n## Input\n\n输入一行,包含三个浮点数 $a,b,c$(它们之间以一个空格分开),分别表示方程 $ax^2+bx...",
"is_translate": false,
"language": "English"
}
]
}