#include <bits/stdc++.h> using namespace std; int h,t; int main() { cin>>h>>t; cout<< h/t; return 0; }