import sys

lista = input()
listb = lista.split(" ")
listb.append('Allen')
print(listb)