1771: 保留12位小数的浮点数

Memory Limit:256 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:3 Solved:2

Description

读入一个双精度浮点数,保留12位小数输出这个浮点数。

Input

只有一行,一个双精度浮点数。

Output

也只有一行,读入的双精度浮点数。

Sample Input Copy

3.1415926535798932

Sample Output Copy

3.141592653580