string S=input();
if(S=="Red"):
    print("Stop");
elif(S=="Yellow"):
    print("Ready");
elif(S=="Green"):
    print("Go")
else:
    print("Invalid input");