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