#include using namespace std; int main() { int a,b; cin>>a>>b; int s=0,i=0; do { s+=a; i++; }while(s>b); cout<