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