#include using namespace std; int main() { int a,b,x,ans; cin>>a>>b>>x; ans=b*(x/a+1); if(x==0) ans=0; cout<