#include<stdio.h>
int main()
{
double dDoubleStyle;
dDoubleStyle=61.458;
printf("%f ",dDoubleStyle);
return 0;
}