c = input()
a = int(input())
f = float(input())
print(f"{c} {a} {f}")