import java.lang.*;
class Ideone
{
	public static void main (String[] args)
	{
		for(int i = 0; i<695 ;i++)System.out.print("0");
	}
}