#<- stdio

void main ()
{
  long -w x = -1; long -w y = 0; 

  x ++; y --;

  stdio:print ("%d" "\n", gcd (x, y));
}