var
  s, x: integer;
begin
  readln(s, x);
  writeln(trunc(s / x));
end.