using System;
public class Program
{
static void num(int x,int y)
int z=Math.Abs(x-y);
Console.WriteLine(z);
}