def solve(): T=int(input()) X="RRRRDDDDLLLLUUUU"*(10**5) return X[:T] #================================================== print(solve())