T = int(input()) S = "RLRD"+"DUDRRLRUUDULLRLD"*100000 print(S[:T])