h=Hash.new 0;gets.chomp.chars{|c|h[c]+=1} if h.size==13 puts *?a..?m elsif h.size==12 puts h.find{|k,v|v==2}[0] else puts :Impossible end