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