#<- stdio

void main ()
{
  int+- x = -1, y = 0; 

  x ++; y --;

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