an,ay,ah = gets.split bn,by,bh = gets.split if ay.to_i > by.to_i puts an elsif ay.to_i < by.to_i puts bn else puts -1 end