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