import sys

n1 = str(input())
n2 = int(input())
n3 = float(input())
print(f'{n1} {n2} {n3:.6f}')