#!/usr/bin/env gosh (let* ((a (read)) (b (read)) (result (ceiling (/ b a)))) (write result) (newline))