The problem is:
Given a number, find out if this number could be the beginning digits of a 2 exponent & if it can output which power it can be.
As an example given 2 there is answer $8$ which $2 ^ 8 = 256$ which begins with $2$ -> the number given.
Thanks.