#include using namespace std; typedef long long ll; typedef pair P; #define REP(i,n) for(int i=0;i> A >> B >> X; cout << B*(X+A-1)/A << endl; return 0; }