100 #ABC163A. [ABC163A] Circle Pond

[ABC163A] Circle Pond

Score : 100100 points

Problem Statement

Print the circumference of a circle of radius RR.

Constraints

  • 1R1001 \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}.

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.

73
458.67252742410977361942