시간 제한메모리 제한제출정답맞힌 사람정답 비율
1 초 128 MB21150.000%

문제

You have just finished your research of FAMI algorithm (see task “Map Generator”). You are very proud of yourself and even expect being paid bonus this month. Your boss, whose nickname is Dean, asks you to come over to his office for a moment. You expect thanks and even promotion. But …

‘What is this?’ asks Dean and shows you your latest report.

‘Well, h-m-m, these are results of my FAMI algorithm research, a-a-a,’ you answer. It seems that your dreams about soon promotion are … just dreams. But you still do not understand what is wrong about your report.

‘I can read, by the way,’ continues Dean. ‘I am talking about the absolute error. Why it is so big? I require better results!’

When you argue with your boss, the best argument is silence. So, now instead of bonuses and promotions you need to rewrite your program.

입력

The input, as in the previous task, consists of two lines. The first line contains an integer number N (1 ≤ N ≤ 20), while the second line contains a real number P (0 ≤ P ≤ 1). 

출력

The output needs to contain an answer - the single real number which is the probability of generating connected map by FAMI algorithm. Absolute error of the answer must not exceed 10-8.

예제 입력 1

3
0.5

예제 출력 1

0.5