#include using namespace std; int main(void){ long long a,b,c; cin>>a>>b>>c; if(b>=c){ int f=0; if((c)%a==0){ cout<<(c)/a<