시간 제한메모리 제한제출정답맞힌 사람정답 비율
1 초 256 MB159634139.806%

문제

Find the area of the region bounded by the following two parabolas: $y=(x-a)^{2}$ and $x=(y-a)^{2}$.

입력

The first line contains a single integer $a$ ($1 \le a \le 10^{18}$).

출력

Print the answer to the problem with exactly $10$ digits after the decimal point, using the standard rounding rules.

예제 입력 1

2

예제 출력 1

7.6666666667