using System;
public class Program
{
public static void Main()
int x = 3;
int y = 2;
Console.WriteLine((x)-(y));
}