#include<stdio.h>

int main(void)
{
  printf ("%d\n",-1);
  system ("pause");
  return 0;
}


