#include using namespace std; int main(){ int a,b; cin >>a>>b; double c = b/a; if(c > (int)c) c++; cout << (int)c <