#include using namespace std; int N,B; main() { cin>>N; long now=0,ans=0; for(int i=0;i>B; now+=B-1; ans+=now<0?-now:now; } cout<