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