#include<stdio.h>
float main()
{
    float value;
    sacnf("%f",&value);
    printf("%.6f",value);
}