s = input().strip() if s == "Zelkova and Cherry": print("1st") elif s == "BANNED CONTEST": print("2nd") elif s == "Stray Bullet": print("3rd") elif s == "Early Summer Rain": print("4th") elif s == "Do you know Cherry Contest?": print("Alpha")