#include using namespace std; typedef long long ll; #define rep(i,n) for(int i=0;i>a>>b>>c; vectord(c,0); rep(i,c){ int temp=0; if(a%c>=i && i != 0) temp=1; else temp=0; d[i]=a/c+temp; } //rep(i,c) cout<