#!/bin/gosh (define a (read)) (define b (read)) (+ (quotient b a) 1)