a, b = map(int, raw_input().split()) c = -(-b/a) print c