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