import sys

lista = input()
listb = lista.split(' ')
listb.insert(0,'Allen')
print(listb)