1116: 【基础题】计算一个圆的面积与周长

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

Description

现有一个圆,请你计算其周长与面积(????=3.14)

Input

输入为一行,为这个圆的半径

Output

输出一行,用空格分开,分别为圆的周长与面积,结果四舍五入保留一位小数

Sample Input Copy

5

Sample Output Copy

31.4 78.5