#include <iostream> using namespace std; int main(){ int n,j; cin>>n>>j; int g=n/j; cout<<g<<endl; return 0; }