using System; class Program { static void Main() { int r = 2; int b = 1; string result = ""; if (r>b) { result = "RED"; } else if (r