1864: 计算球体的体积

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:0 Solved:0

Description

给定一个球体的半径,计算其体积。其中球体体积公式为 V = 4/3*πr3,其中 π= 3.1415926。

Input

一行,用浮点数表示的球体的半径。

Output

一行,球体的体积,小数点后保留3位。

Sample Input Copy

3.0

Sample Output Copy

113.097