{
TASK:move
LANG:PASCAL
}
program move;
begin
  WriteLn(-1);
end.