(let ((solve (lambda (solve n a b c d) (if (= n 0) (concat "solve lambdaman16 " a) (solve solve (- n 1) (concat (concat (concat (concat (concat (concat d "DD") a) "RR") a) "UU") b) (concat (concat (concat (concat (concat (concat c "LL") b) "UU") b) "RR") a) (concat (concat (concat (concat (concat (concat b "UU") c) "LL") c) "DD") d) (concat (concat (concat (concat (concat (concat a "RR") d) "DD") d) "LL") c)))))) (solve solve 6 "" "" "" ""))