main()
  {
   int i = 1;
   if (* (char *) &i)
      printf ("little\n");
   else
      printf ("big\n");
   }
