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