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