import sys
if sys.stdin.read().count('RED')>=2:
    print('RED')
else:
    print('BLUE')