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