S, P, A = 2.times.map { gets.split }.transpose puts P[0] < P[1] ? S[1] : (P[0] == P[1] ? -1 : S[0])