#include using namespace std; using ll=long long; using vin=vector; using vll=vector; using vvin=vector>; using vvll=vector>; using vstr=vector; using vvstr=vector>; using vch=vector; using vvch=vector>; using vbo=vector; using vvbo=vector>; using vpii=vector>; using pqsin=priority_queue,greater>; #define mp make_pair #define rep(i,n) for(int i=0;i<(int)(n);i++) #define rep2(i,s,n) for(int i=(s);i<(int)(n);i++) #define all(v) v.begin(),v.end() #define decp(n) cout<>v>>t>>p; ll l=-1;ll r=2*INF;ll m,tmp; while(r-l>1){ m=(l+r)/2; tmp=(v*(p+1)+m+t-1)/t; if(tmp>m)l=m; else r=m; } cout<