a,b,c = map(int,input().split()) x = a-1 + b ans = c//x*a ans += c-ans//a*x print(ans)