
first_name = input()


generic_location = input()
whole_number = input()
plural_noun = input()


# Output a short story using the four input values. Do not modify the code below.
print(first_name, 'went to', generic_location, 'to buy', whole_number, 'different types of', plural_noun)