10978: 圆的周长

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

Description

圆的周长公式 C=2πr
π的值约定等于3.14

Input

半径

Output

周长(一行,结果保留两位小数)

Sample Input Copy

2

Sample Output Copy

12.56