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