program main implicit none integer*8::N(2) read *,N print '(i0)', (N(1)/(N(2)+1)+1) end program main