// editor2
#include<stdio.h>

void main()
{   int a=0000;
    float i;
    scanf("%f",&i);
    printf("%f%d",i,a);
    getch();
}