using System;
using ShereSoft;
public class Program
{
public static void Main()
Console.WriteLine(Zip2City.GetDefaultCityState("90210")[1]);
}