a=gets.split
b=gets.split
puts a[1].to_i>b[1].to_i ? a[0] : ( a[1].to_i<b[1].to_i ? b[0] : "-1")