#include <math.h>

main()
{
printf("const is %f", 180.0/pow(2, 15));
}

