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