#include using namespace std; using ll = long long; using pii = pair; #define rep(i,n) for(int i=0; i>s; if (s=="RED") red++; } if (red>=2) cout << "RED" << endl; else cout << "BLUE" << endl; }