b=input() c=int(input()) d=float(input()) e=float(input()) print(b,end=' ') print(c,end=' ') print('%.6f'%(d),end=' ') print('%.6f'%(e))