#include<stdio.h>
int main(){
    float t;
    scanf("%f",&t);
    printf("%0.6f",t)
}