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