#include using namespace std; int main(){ string S; cin >> S; if(S == "Zelkova and Cherry") cout << "1st"; if(S == "BANNED CONTEST") cout << "2nd"; if(S == "Stray Bullet") cout << "3rd"; if(S == "Early Summer Rain") cout << "4th"; if(S == "Do you know Cherry Contest?") cout << "Alpha"; }