#include using namespace std; int main(){ unsigned int a; unsigned int b; unsigned int answer; cin>>a; cin>>b; answer = b/a + (b%a!=0); cout<