a=[] while True: c = int(input()) if c == 0: break; h=100.0 for ta in range(0,c): h=h*0.7 a.append(h) for k in a: print('%.2f'%k)