using System;
public class Program
{
public static void Main()
a = -10;
if (a>0)
a = a+10;
}
else
a = a - 2;