#include using namespace std; typedef long long LL; int main(int argc, char* argv[]) { LL A,B,C; cin>>A>>B>>C; LL X=C/(A-1+B); LL Y=C%(A-1+B); cout<=C){ cout<