{
TASK:lab101
LANG:PASCAL
}

var
        n,m:Integer;


 begin
  readln(n,m);
  Writeln(1)
end.