g = "".join(["DUDL", "DUDR", "DUDR", "RLRU", "RLRU", "UDUL", "UDUL", "DUDL"]) k = "DUDR" + g * 100000 print(k[:int(input())])