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