#include<iostream> using namespace std; int main(){ int m,t,s; cin>>m>>t>>s; if(t!=0) cout<<m-s/t; return 0; }