Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
算法
二进制搜索单调函数
Module:
二进制搜索单调函数
Problem
3
/5
平方根和平方
Problem
找到一个数字 x 使得
\(x^2 + \sqrt{x} = C\)
,精度至少为小数点后 6 位。< / 格 >
输入
单行包含一个实数
\(1 <=C <=10^{10}\)
。
输出
打印一个数字——
\(x\)
。
例子
<头>
<日>#日>
输入
输出
东西> <正文>
1
2.0000000000
1.000000000
2
18.0000000000
4.000000000
表>
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary