#include int main(void){ int a,b; std::cin >> a; std::cin >> b; std::cout << (b-1)/a+1; return 0; }