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