#include using namespace std; #define rep(i, n) for (int i = 0; i < (int)(n); i++) #define ll long long #define INF 9e18; int main(){ cin.tie(0)->sync_with_stdio(0); cout.tie(0); int N; cin>>N; rep(i,N*2){ if(i%2==0){ cout<<"D"<>v; if(v==1) return 0; } }