S = input() T = input() lst = ['watermelon','beachball','shrinebell'] lst.remove(S) lst.remove(T) ans = lst[0] print(ans)