1875: 【例2.5】圆

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

Description

输入半径r,输出圆的直径、周长、面积,数与数之间以一个空格分开,每个数保留小数点后4位。

Input

输入半径。

Output

如题述。数与数之间以一个空格分开。

Sample Input Copy

1.0

Sample Output Copy

2.0000 6.2832 3.1416

Source/Category