[UVA][Math] 545 - Heads
Heads The probability of n heads in a row tossing a fair coin is 2-n Input The first line of the input contains an integer r. Then r lines containing each one an integer number n. The valueof n is as follows:.Output Print r lines each with the value of 2-n f...