#include using namespace std; #define int long long signed main(){ int a, b, ans; cin>>a>>b; ans = b/a; if(b%a)ans++; cout<