using System;
using System.Collections.Generic;
namespace birthday
{
enum Bob
Cathy = 1,
Sally = 2
}
public class Program
public static void Main(string[] args)
Bob bob = (Bob)60;
Console.WriteLine(60);