/* package whatever; // don't place package name! */
 
import java.util.*;
import java.lang.*;
import java.io.*;
import java.lang.Math;
 
/* Name of the class has to be "Main" only if the class is public. */
class Ideone
{
	public static void main (String[] args) throws java.lang.Exception
	{
		System.out.println(Math.round(0.4999999999999999722444243843710864894092082977294921874999999999999999999999999999999999999999999999));
		System.out.println(Math.round(0.4999999999999999722444243843710864894092082977294921875000000000000000000000000000000000000000000000));
	}
}