using System;
public class Program
{
public static void Main()
bool iEatFood = true;
bool iEatRocks = false;
Console.WriteLine(iEatFood);
}