#include<stdio.h>
int main()
{
    float x;
    scanf("%f", &x);
    printf("%.6f",x);
    returnf(0);
}