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