import sys

a = int(input())
b = input()
c = float(input())
d = input()
e = input()
print(f"{a}\n{b}\n{c:.1f}\n{d}\n{e}")