using System;
public class Program
{
public static void Main()
int a=-3, b=3, c=0;
if (a>0)
if(b>0)
c=20;
}
else
c=-20;
Console.WriteLine(c);