scale = ["C","C#","D","D#","E","F","F#","G","G#","A","A#","B"] S = gets.strip puts scale[(scale.index(S) + 1) % scale.length]