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