4209: 【入门】已知一个圆的半径,求解该圆的面积和周长

Memory Limit:16 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:86 Solved:41

Description

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

Input

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

Output

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

Sample Input Copy

1

Sample Output Copy

3.14
6.28