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