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