import java.io.*;

class Ideone
{
	public static void main (String[] args) throws java.lang.Exception
	{
            int x = 5;
            if (new Boolean(x > 0).toString().length() == Math.round(Math.pow(Math.sin(Math.PI/6), -2))) {
                System.out.println("x > 0");
            }
	}
}