public class us
{
public static void main(String[] args)
{
int d=30;
System.out.println(d--*d--);
}
}

Posted on by