using System;
using System.Diagnostics;
public class Program
{
public static void Main()
Stopwatch sw = new Stopwatch();
sw.Start();;
}