using ABCNET.Utils;
using ABCNET.Extensions;
public static class Program
{
public static void Main()
Tup.Rand2(1, 10).Println();
}