#include using namespace std; int main(){ string s[3]; int b=0,r=0; for(int i=0;i<3;i++){ if(s[i]=="BLUE") b++; else r++; } if(b>r) cout<<"BLUE"<