#include using namespace std; typedef long long ll; typedef pair P; int N, D, K; vector ans; bool solve(int i, int k, int d){ if(d==0) return true; if(N> N >> D >> K; if(solve(1, K, D)){ for(int it:ans) cout << it << ' '; }else{ cout << -1; } cout << endl; }