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