#include using namespace std; long V,T,P; main() { cin>>V>>T>>P; ++P; long L=V*P,R=4e18; while(R-L>1) { long M=L+R>>1; if((M-1)/T+1+V*P