// editor2
#include<stdio.h>
int main()
{ 
    float num;
    scanf("%0.6f",&num);
    return0;
}