A='DDDRRRUUDUDLDDLLRLRURRUU' B='DUDLDDLLRLRURRUU' T=int(input()) C=A+B*(T//12) print(C[:T])