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