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