#include using namespace std; int main() { int a; int b; cin>>a>>b; int c; if(b%a==0) c=b/a; else c=b/a+1; cout<