// editor2
#include<stdio.h>
int main()
{
    double value;
    scanf(%lf",&value);
    printf("%.6f\n"'value);
    return 0;
    
}