Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
アルゴリズム
単調関数の二分探索
Module:
単調関数の二分探索
Problem
3
/5
平方根と平方根
Problem
\(x^2 + \sqrt{x} = C\)
となる数値 x を小数点以下 6 桁以上の精度で求めます。< /ディビジョン>
入力
1 行には実数
\(1 <=C <=10^{10}\)
が含まれています。
出力
数字を 1 つ出力します。
\(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