-module(r). -export([m/0]). m()->io:fwrite(f(" "++io:get_line('')--" ")). f([X|[Y,Z|_]=W])->[Y bor Z bxor X bor 32|f(W)];f(_)->"##".