public class Main
{
	public static void main (String[] args) throws java.lang.Exception
	{
		System.out.println(1/4);
	}
}