#include #include using namespace std; int main(int argc, char* argv[]) { string S; int r=0,b=0; while (!cin.eof()){ cin>>S; if (!S.compare("RED")){ r++; }else{ b++; } } if (r>b){ cout<<"RED"<