#include using namespace std; typedef long long ll; int main(){ string s; int r=0; int b=0; for(int i=0;i<3;i++){ cin>>s; if(s=="RED") r++; else b++; } if(r>b) cout<<"RED"<