H, W, p = map(int, input().split()) path = 'D' * (H-1) + 'R' * (W-1) print(path)