using System;
public class Program
{
public static void Main()
float a = 1F;
float b = 1F;
Console.WriteLine(a - b * 1);
}