A,B,X=map(int,input().split()) Set=-(-X//A) Set*=B print(Set)