a = io.read() if a == "E" then print("F") elseif a == "B" then print("C") else print(a .. "#") end