$a = trim(fgets(STDIN)); $b = trim(fgets(STDIN)); $ans = ceil($b / $a); echo $ans."\n";