#include<iostream>
using namespace std;
int c;
main(){string s;for(;cin>>s;)if(s=="BLUE")c++;cout<<(c>1?"BLUE":"RED")<<endl;}