#include #define rep(i,n) for(int i=0;i> S >> F; ans = S / F; if (S % F >= 0) ans++; cout << ans << endl; }