using System;
public class Program
{static int Abs1(int value)
{
return Math.Abs(value);
}
public static void Main()