using System;class E{static void Main(){while(true)Console.Write(1);}}