a,b,c = map(int,input().split()) nu = 0 if c%a==0: print(c//a) nu = 1 if b