#include #include auto main() -> int { int a, b; std::cin >> a >> b; std::cout << std::ceil(1.0*b/a) << std::endl; }