#indlude<bits/stdc++.h>
using namespace std;
int nain(){
int m,n,s,x;
cin>>m>>" ">>n>>" ">>s;
x=s/n;
cout<<x;
}
/**************************************************************
Problem: 1323
User: zhengzihao
Language: C++
Result: Compile Error
****************************************************************/