T = int(input()) S = 'RRRDDLLLDD' for i in range(10 ** 5): S += 'RRRRUUUULLLLDDDD' print(S[:T])