a,b=STDIN.gets.split(" ") ans=b.to_i / a.to_i+((b.to_i % a.to_i)>0?1:0) puts ans