temp = input() list = [] while temp!=0: list.append(int(temp)) temp = input() for i in list: print '%.2f' % (100*0.7**i)