Problem1118--求解该圆的面积和周长

1118: 求解该圆的面积和周长

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Description

已知一个圆的半径,求解该圆的面积和周长。

Input

输入只有一行,只有1个整数。

Output

输出只有两行,一行面积,一行周长。(保留两位小数)。 令pi=3.1415926

Sample Input Copy

1

Sample Output Copy

3.14
6.28

Source/Category