#include #include using namespace std; int N,D,K; int A[10]; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); cin>>N>>D>>K; if(N0;j++)D--,A[i]++; if(D>0||D<0)cout<<-1<