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