#include <stdio.h>

int main() {

char s;
scanf("%s",s);
switch(s);
case:red
printf("stop");
break;
case:yellow
printf("ready");
break;
return 0;
}