using System;
public class Program
{
public static void Main()
int x = 10-12 / 2+2*2;
Console.WriteLine("x = {0}\n", x);
}