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