#include<stdio.h>
int main(){
 float;
 scanf("%f");
 printf("%.6f");
 return 0;
}