#include #define il inline #define re register #define LL __int128 #define ll long long using namespace std; const int N=1e6+10; #define gc() getchar() il int rd(){ int x=0,f=1; char ch=gc(); while(!isdigit(ch)){if(ch=='-')f=-1;ch=gc();} while(isdigit(ch))x=(x<<3)+(x<<1)+(ch^48),ch=gc(); return x*f; } il void print(LL x){ if(x>9)print(x/10); putchar(x%10+'0'); } ll n,x,y; int f[65]; void Main(){ cin>>x>>y>>n; LL Ans=x+(LL)n*y; // print(Ans);puts(""); ll p=sqrt(n),q=p; if(p*qi)head=1; s=s/f[head]*(f[head]+1); ++f[head];ans+=y; if(ans>Ans)break; } // cout<