using System;
public class Program
{
public static void Main()
Console.WriteLine(CatsBreed.Persian);
Console.WriteLine((int)CatsBreed.Persian);
}
public enum CatsBreed
Persian,
Siamese,
Maine