a=input().split()
a.append('Allen')
print(a)