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