a=[] n=int(input()) while n != 0: a.append(n) n=int(input()) for i in a: s=100 s=s*0.7**i print('{0:.2f}'.format(s))