// editor2
i = int(input())
f = float(input())
c = input()

print(i)
print(f"{f:.2f}")
print(c)