import sequtils import strutils import strformat let sound: string = stdin.readLine() case sound of "E": echo("F") of "B": echo("C") else: echo(sound & "#")