1054: 【03】求圆的面积▁浮点数的精度
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:77
Solved:45
Description
输入实数r为圆的半径。r取值1.0~20.0之间。
输出两行。
第1行:PI = 3.14 圆的面积。
第2行:PI = 3.1415926535 圆的面积。
Sample Input Copy
2
Sample Output Copy
12.56
12.566370614
HINT
Python专用