s = gets.chomp if (s == 'E') s = 'F' elsif (s == 'B') s = 'C' else s = s + '#' end puts s