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