#include<bits/stdc++.h> using namespace std; double x,y; int n,a; int main(){ cin>>n>>x>>y; a=n-y/x; cout<<a; return 0; }