#include #include using namespace std; int main() { int S; int T; cin >> S; cin >> T; printf("%d", ceil(S/T)); }