t = int(input())-4 a = "RLRD" b = "DUDRRLRUUDULLRLD" print(a[:t] if t<0 else a+b*(t//16)+b[:t%16])