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