Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
알고리즘
단조 함수에 대한 이진 검색
Module:
단조 함수에 대한 이진 검색
Problem
3
/5
제곱근과 제곱
Problem
소수점 이하 6자리 이상의 정밀도로
\(x^2 + \sqrt{x} = C\)
인 숫자 x를 찾습니다.< / 디비전>
입력
한 줄에는 실수
\(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