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