#include using namespace std; typedef long long LL; int main(int argc, char* argv[]) { LL A,B,C; cin>>A>>B>>C; if (A>C){ cout<=C){ Year+=C-Sum; break; } Year+=A; Sum+=A-1+B; } cout<