height1=100 count1=int(input()) while(count1!=0): height1=100*0.7**count1 print("%.2f"%height1) count1=int(input())