using System;
public class Program
{
public static void Main()
UInt16 x=0,y=333;
x -=y;
Console.WriteLine(x);
}