#include<bits/stdc++.h> using namespace std; int a,b; int main() { cin>>a>>b; cout<<(b+a-1)/a; return 0; }
Using your lizikid universal account