#include <stdio.h>
int main()
{
    num;
    scanf("%lf",&num);
    printf("%.6lf",num);
    return 0;
}