section = input()
roll = input()
blood = input()

print("section:",section)
print("Roll Number:",roll)
print("Blood Group:",blood)