#1331. python-数字-圆的周长计算

python-数字-圆的周长计算

Background

Description

python-数字-圆的周长计算 圆的周长: C=2πr=πd(r为半径,d为直径)。

Format

Input

Output

Samples

1
6.283185307179586
2
12.566370614359172
5
31.41592653589793

Limitation

1s, 1024KiB for each test case.