1487: 【c10】求圆的周长和面积▁const

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

Description

输入半径r,求圆的周长和面积。

要求:定义常量π= 3.14

Input

输入一个实数表示圆的半径。

Output

输出两行:第1行输出圆的周长,第2行输出圆的面积。

Sample Input Copy

1

Sample Output Copy

6.28
3.14