#!ruby -n s,t=$_.split puts (?a..?z).find{|c|s.count(c)>t.count(c)}