정수 a가 주어질 때 포물선 y=(x-a)^2와 x=(y-a)^2로 둘러싸인 영역의 넓이를 소수점 아래 10자리까지 구해 출력합니다.
Find the area of the region bounded by the following two parabolas: y=(x−a)2y=(x-a)^{2}y=(x−a)2 and x=(y−a)2x=(y-a)^{2}x=(y−a)2.
The first line contains a single integer aaa (1≤a≤10181 \le a \le 10^{18}1≤a≤1018).
Print the answer to the problem with exactly 101010 digits after the decimal point, using the standard rounding rules.