Chu vi hình tròn

View as PDF

Submit solution

Points: 0.01
Time limit: 1.0s
Memory limit: 64M
Input: stdin
Output: stdout

Authors:
Problem type

Cho 1 số nguyên nguyên dương r (Với 1≤r≤1000). Hãy tính chu vi hình tròn có bán kính là r. Với số pi=3.14159265359.


Input

Dòng đầu tiên có chứa 1 số nguyên dương r (Với 1≤r≤1000).


Output

Một dòng duy nhất là chu vi hình tròn có bán kính là r.

Simple Examples

Input

1

Output

6.28319

Input

3

Output

18.8496


Comments

Please read the guidelines before commenting.


There are no comments at the moment.