import sys readline = sys.stdin.readline V, T, P = map(int, readline().split()) vtotal = V*(P+1) print(vtotal + (1 + (1 if P else 0) +(vtotal)//(T)))