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