import std.stdio, std.algorithm, std.array, std.conv, std.string; void main() { ulong a, b; readf("%d %d", &a, &b); writeln((b + a - 1) / a); }