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