#include using namespace std; int main() { int S, F; cin >> S >> F; cout << S / F << endl; }