#1330. python-数字-圆的面积计算

python-数字-圆的面积计算

Background

Description

python-数字-圆的面积计算 圆的面积计算公式:S=πr^2

Format

Input

Output

Samples

1
3.141592653589793
2
12.566370614359172
1.5
7.0685834705770345

Limitation

1s, 1024KiB for each test case.