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