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