using System;
public class Program
{
public static void Main()
int? workerID = null;
Console.WriteLine(workerID.GetHashCode());
}