{
TASK:rprimes
LANG:PASCAL
}
program rprimes;
  var a,b:Integer;
  begin
    readln(a,b);
    writeln(17);
  end.