#abc163a. [abc163_a]Circle Pond

[abc163_a]Circle Pond

Problem Statement

Print the circumference of a circle of radius RR.

Constraints

  • 1leqRleq1001 \\leq R \\leq 100
  • All values in input are integers.

Input

Input is given from Standard Input in the following format:

RR

Output

Print the circumference of the circle. Your output is considered correct if and only if its absolute or relative error from our answer is at most 10210^{-2}.


Sample Input 1

1

Sample Output 1

6.28318530717958623200

Since we accept an absolute or relative error of at most 10210^{-2}, 6.286.28 is also an acceptable output, but 66 is not.


Sample Input 2

73

Sample Output 2

458.67252742410977361942