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