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