#include<stdio.h>
int main()
{
    double value;
    scanf("%1f", &value);
    printf("%.6f", Value);
    return 0;
}