문제
The 19th century German mathematician Hermann Minkowski investigated a non-Euclidian geometry, called the taxicab geometry. In taxicab geometry the distance between two points and is defined as:
All other definitions are the same as in Euclidian geometry, including that of a circle:
A circle is the set of all points in a plane at a fixed distance (the radius) from a fixed point (the centre of the circle).
We are interested in the difference of the areas of two circles with radius , one of which is in normal (Euclidian) geometry, and the other in taxicab geometry. The burden of solving this difficult problem has fallen onto you.
입력
The first and only line of input will contain the radius , an integer smaller than or equal to .
출력
On the first line you should output the area of a circle with radius in normal (Euclidian) geometry. On the second line you should output the area of a circle with radius in taxicab geometry.
Note: Outputs within of the official solution will be accepted.
예제 입력 1
1
예제 출력 1
3.141593
2.000000
예제 입력 2
21
예제 출력 2
1385.442360
882.000000
예제 입력 3
42
예제 출력 3
5541.769441
3528.000000
이 문제는 현재 제출할 수 없습니다.
이 현상이 잘못되었다고 생각될 경우 관리자한테 문의주세요.