ans = { "Z": "1st", "B": "2nd", "S": "3rd", "E": "4th", "D": "Alpha" } print(ans[input()[0]])