#include int main() { unsigned int S,K; std::cin >> S >> K; std::cout << K/static_cast(S) << std::endl; return 0; }