program main implicit none integer a,b read(*,*)a,b write(*,*)b/a+1 end program main