#include using namespace std; using ll = long long; #define rep(i,m,n) for(int i=m; i> D; cout << C[D-1] << endl; return 0; }